Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d33fd6 + 2b14004 commit 3a8fd09Copy full SHA for 3a8fd09
.travis.yml
@@ -1,5 +1,7 @@
1
language: python
2
+install:
3
+ - pip install codecov pytest-cov
4
script:
- - pytest
5
+ - pytest ./tests/test_basic_tests.py --cov --cov-report=xml
6
after_success:
7
- codecov
0 commit comments