Skip to content

Commit bfb2e10

Browse files
author
Jon Duckworth
authored
Merge pull request #493 from l0b0/include-tests-in-coverage-metric
tests: Include tests in coverage metric
2 parents fc970ab + 3e5fed6 commit bfb2e10

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)