Skip to content

Commit

Permalink
Exclude abstract methods from coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss committed Dec 15, 2023
1 parent 5aa8c6b commit fced80b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[report]
fail_under = 81.0
show_missing = True
exclude_lines =
pragma: no cover
@abstract

0 comments on commit fced80b

Please sign in to comment.