Skip to content

Commit 3e5fed6

Browse files
committed
tests: Include tests in coverage metric
Missing coverage in tests means unreached (and usually unreachable) test code, often indicating a test bug.
1 parent f9573f8 commit 3e5fed6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.coveragerc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
fail_under = 91
33

44
[run]
5-
source = pystac
5+
source =
6+
pystac
7+
tests

0 commit comments

Comments
 (0)