Skip to content

Commit

Permalink
Update required coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 12, 2024
1 parent 5844be0 commit 7f1fbee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[run]
source = nti.intid
# New in 5.0; required for the GHA coveralls submission.
relative_files = True

[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
raise AssertionError
Python 2
if __name__ == .__main__.:
fail_under = 100
precision = 2
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- "3.13"
extras:
- "[test,docs]"
include:
- python-version: "3.13"
extras: "[test,docs,gevent,pyramid]"
# include:
# - python-version: "3.13"
# extras: "[test,docs,gevent,pyramid]"

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7f1fbee

Please sign in to comment.