-
Notifications
You must be signed in to change notification settings - Fork 64
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 CI] write_coverage -> write-coverage #608
Conversation
|
please approve this... |
|
@@ -1,3 +1,3 @@ | |||
[run] | |||
plugins = covimerage | |||
data_file = .coverage.covimerage | |||
data_file = .coverage_covimerage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JFI: this is required since the default in covimerage changed (because .coverage.foo
gets picked up typically with coverage combine
(for a .coverage
data_file) - therefore I've changed it to
.coverage_foo`). Slightly related: Vimjas/covimerage#51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it. thanks for information!
No description provided.