Skip to content

Commit 16fdb31

Browse files
authored
Merge pull request #11 from gisce/add_coverage
Add coverage
2 parents c0550dc + 7a4070b commit 16fdb31

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
source = ./bankbarcode

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ python:
33
- "2.7"
44
install:
55
- "pip install -r requirements-dev.txt"
6+
- "pip install coveralls"
67
- "pip install --process-dependency-links -e ."
78
script:
8-
- mamba
9+
- mamba --enable-coverage
10+
after_success:
11+
- coveralls
12+
- coverage report

0 commit comments

Comments
 (0)