Skip to content

Commit

Permalink
Update .coveragerc for the container coveralls upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 26, 2021
1 parent 77a98c5 commit 175b8e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[run]
source = BTrees
# New in 5.0; required for the GHA coveralls submission.
relative_files = True

[report]
exclude_lines =
# pragma: no cover
pragma: no cover
class I[A-Z]\w+\((Interface|I[A-Z].*)\):

0 comments on commit 175b8e0

Please sign in to comment.