mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-11-03 10:42:15 +01:00
Add Coveralls.
This commit is contained in:
@@ -9,6 +9,9 @@ python:
|
|||||||
- pypy3
|
- pypy3
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pytest
|
- pip install --upgrade pytest
|
||||||
|
- pip install --upgrade pytest-cov
|
||||||
script:
|
script:
|
||||||
- py.test -v test
|
- py.test --cov-report= --cov=ssh-audit -v test
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user