Skip to content

Commit

Permalink
- fix local tox coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Aug 28, 2024
1 parent 91013f9 commit 149c88e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[run]
source = src/persistent
source = persistent
# New in 5.0; required for the GHA coveralls submission.
relative_files = True
branch = true
omit =
src/persistent/_ring_build.py
_ring_build.py

[paths]
source =
Expand Down
6 changes: 3 additions & 3 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "9e2b2911"
commit-id = "4eec7859"

[python]
with-windows = true
Expand All @@ -26,10 +26,10 @@ testenv-deps = [
fail-under = 99.8

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

[manifest]
Expand Down

0 comments on commit 149c88e

Please sign in to comment.