Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix coverage-5.x incompatibility. #25

Merged
merged 1 commit into from
Jan 20, 2020
Merged

Fix coverage-5.x incompatibility. #25

merged 1 commit into from
Jan 20, 2020

Conversation

rainwoodman
Copy link
Member

coverage-5.x switched to an implementation the preemptively creates
coverage data files. We need to play along.

I think this is compatible with coverage 4.x because we still
call the write function; but most devs will get coverage
5.x when they update runtests, so it shouldn't matter much even
if it is broken.

Fixes #24

Added travis tests too.

@rainwoodman rainwoodman requested a review from nickhand January 14, 2020 05:47
coverage-5.x switched to an implementation the preemptively creates
coverage data files. We need to play along.

I think this is compatible with coverage 4.x because we still
call the write function; but most devs will get coverage
5.x when they update runtests, so it shouldn't matter much even
if it is broken.

Added travis tests too.
Copy link
Member

@nickhand nickhand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me!

@rainwoodman
Copy link
Member Author

Thanks!

@rainwoodman rainwoodman merged commit 8bc3b5e into master Jan 20, 2020
@rainwoodman
Copy link
Member Author

steady as we go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with coverage==5.0
2 participants