Coveralls report
This commit is contained in:
parent
5f71e79a2b
commit
6a153a48d5
1 changed files with 3 additions and 1 deletions
|
@ -8,5 +8,7 @@ script:
|
||||||
before_install:
|
before_install:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pip install pytest-cov
|
- pip install pytest-cov
|
||||||
|
- pip install coveralls
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
- coveralls
|
||||||
|
|
Loading…
Reference in a new issue