Skip to content

Commit 75ccfd5

Browse files
blueyedtimb07
authored andcommitted
.coveragerc: use a single source, but includes (pytest-dev#532)
This makes it easier for Codecov to parse it.
1 parent 6da7542 commit 75ccfd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.coveragerc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[run]
22
parallel = true
3-
source = pytest_django,pytest_django_test,tests
3+
source = .
4+
include = pytest_django/*,pytest_django_test/*,tests/*
45
branch = true

0 commit comments

Comments
 (0)