Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a8fd09

Browse files
authored
Merge pull request #7 from tekgeek88/add-code-coverage-badge
Added code coeverage badge
2 parents 7d33fd6 + 2b14004 commit 3a8fd09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
2+
install:
3+
- pip install codecov pytest-cov
24
script:
3-
- pytest
5+
- pytest ./tests/test_basic_tests.py --cov --cov-report=xml
46
after_success:
57
- codecov

0 commit comments

Comments
 (0)