Skip to content

Commit

Permalink
enable skip_covered in coveragerc to make log shorter and make it eas…
Browse files Browse the repository at this point in the history
…ier to spot differences
  • Loading branch information
jakkdl committed Sep 5, 2023
1 parent 1c15500 commit 49abaa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parallel=True

[report]
precision = 1
skip_covered = True
exclude_lines =
pragma: no cover
abc.abstractmethod
Expand Down

0 comments on commit 49abaa5

Please sign in to comment.