-
Notifications
You must be signed in to change notification settings - Fork 192
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
Reinstate coverage
to CI when testing is migrated to pytest
#3602
Comments
Yes as mentioned in PR #3571 I omitted it on purpose. It was often buggy so we did not actually pay any attention to what it was saying. We put a big threshold on it just to prevent it from giving false positives. In addition, it was not even correctly registering all paths we were running. The move to |
Cool. I'll just put in a link to codecov-action here for the future implementation of this. |
coverage
to CI when testing is migrated to pytest
we might actually want to give it a try even before - if the information is usable, then it could be very helpful for improving test coverage for the "data/tools" commands during the coding week. |
From short discussion at the coding week 2019 between @dev-zero, @giovannipizzi, and me:
|
@sphuber Is it correctly understood that coverage/codecov has disappeared in the process of moving to GitHub Actions?
The text was updated successfully, but these errors were encountered: