Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit de8fe21

Browse files
authored
Tests: create sane cov defaults (ArchipelagoMW#2728)
1 parent 4fdeec4 commit de8fe21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.coveragerc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[report]
2+
exclude_lines =
3+
pragma: no cover
4+
if TYPE_CHECKING:
5+
if typing.TYPE_CHECKING:

0 commit comments

Comments
 (0)