We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CI fails because of setup.py
Codecov includes tests folder and setup.py and crashes if you add test that "decrease coverage (typically, empty function)
setup.py
Add an empty function in a test
The CI should pass.
The CI fails.
Ignore tests and setup.py in a codecov.yml file.
The text was updated successfully, but these errors were encountered:
FIX #99 - Ignore tests and setup.py for coverage
f176178
429afc7
e5f67e7
e092adb
7398526
Galileo-Galilei
Successfully merging a pull request may close this issue.
Description
The CI fails because of setup.py
Context
Codecov includes tests folder and
setup.py
and crashes if you add test that "decrease coverage (typically, empty function)Steps to Reproduce
Add an empty function in a test
Expected Result
The CI should pass.
Actual Result
The CI fails.
Solution
Ignore tests and setup.py in a codecov.yml file.
The text was updated successfully, but these errors were encountered: