Skip to content

Commit

Permalink
fix: drop coverage feature not on Python 3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Nov 20, 2023
1 parent 89d7925 commit a833597
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ source =

[report]
# Regexes for lines to exclude from consideration
exclude_also =
exclude_lines =
# Have to re-enable the standard pragma
# (exclude_also would be better, but not available on Python 3.6)
pragma: no cover

# Don't complain about missing debug-only code:
def __repr__

Expand Down

0 comments on commit a833597

Please sign in to comment.