Skip to content

Commit 90ecb01

Browse files
added coveragerc file
1 parent 2c7823f commit 90ecb01

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.coveragerc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[run]
2+
branch = True
3+
source = selection
4+
include = */selection/*
5+
omit =
6+
*/setup.py

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ script:
5252

5353
# Calculate coverage
5454
after_success:
55-
- coveralls --config_file .coveragerc
55+
- if [ "${COVERAGE}" == "1" ]; then coveralls; fi

0 commit comments

Comments
 (0)