Skip to content

Commit 0834db0

Browse files
authored
.coveragerc: use a single source, but includes (#532)
This makes it easier for Codecov to parse it.
1 parent 3546833 commit 0834db0

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)