Skip to content

Commit

Permalink
Update .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr authored Oct 18, 2024
1 parent 7b4a6ba commit 28836b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
omit =
tests/*
/tmp/*

[report]
exclude_lines =
Expand All @@ -15,4 +16,4 @@ exclude_lines =
if TYPE_CHECKING:
class .*\bProtocol\):
@(abc\.)?abstractmethod
pass
pass

0 comments on commit 28836b5

Please sign in to comment.