Skip to content

Commit c378111

Browse files
committed
Configuring Coveralls
🐛 Coveralls over covering and including files made by Travis. Trying to get coveralls to ignore travisci home/ dir from coverage as it's not something that needs coverage.
1 parent 7938f86 commit c378111

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.coveragerc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[run]
22
branch = True
3-
source = process_tracker
3+
source = process_tracker/
44
[report]
55
omit =
66
home/*
7-
travis/*
87
tests/*

0 commit comments

Comments
 (0)