Skip to content

Commit 51126b5

Browse files
committed
Fix coverage config
source overrides include. There doesn't appear to be a reason to prefer either once, so use `include` as it sticks with the same file-oriented syntax as `omit`.
1 parent d28dabf commit 51126b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[run]
22
branch = True
33
omit = nose2/tests/*
4-
source = nose2
54
include = nose2/*
65

76
[report]

0 commit comments

Comments
 (0)