Skip to content

Commit

Permalink
Merge pull request #200 from zopefoundation/tseaver-199-tox_e_coverag…
Browse files Browse the repository at this point in the history
…e_passing

tests: 'tox -e coverage' passes
  • Loading branch information
tseaver authored May 27, 2024
2 parents ec5f1a0 + a89bb93 commit 744342d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[run]
source = persistent
source = src/persistent
# New in 5.0; required for the GHA coveralls submission.
relative_files = True
branch = true
Expand Down
1 change: 1 addition & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ testenv-deps = [
fail-under = 99.8

[coverage-run]
source = src/persistent
additional-config = [
"omit =",
" src/persistent/_ring_build.py",
Expand Down

0 comments on commit 744342d

Please sign in to comment.