-
Notifications
You must be signed in to change notification settings - Fork 145
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
Arches has no way of programmatically enforcing test coverage #10738
Comments
chrabyrd
added a commit
that referenced
this issue
Apr 3, 2024
3 tasks
chrabyrd
added a commit
that referenced
this issue
Apr 3, 2024
3 tasks
chrabyrd
added a commit
that referenced
this issue
Apr 18, 2024
chrabyrd
added a commit
that referenced
this issue
Apr 18, 2024
Closed
apeters
added a commit
that referenced
this issue
Apr 25, 2024
…ction-test-coverage-enforcement adds test coverage github action #10738
resolved in #10739 |
jacobtylerwalls
added a commit
that referenced
this issue
May 2, 2024
Without the `--source` option, coverage.py doesn't discover python files that aren't exercised in your tests. For instance, the entire etl_modules directory was untested, and wasn't included in the coverage denominator. (Also, that directory needed an __init__.py to be discovered.) https://coverage.readthedocs.io/en/7.5.0/source.html
chrabyrd
added a commit
that referenced
this issue
May 2, 2024
…to-denominator Measure coverage on untested files re #10738
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: