Measure test coverage
This commit is contained in:
parent
bff0ad15e1
commit
0944b6d838
|
@ -2,3 +2,5 @@
|
|||
__pycache__/
|
||||
docs/_build/
|
||||
build/
|
||||
htmlcov/
|
||||
*,cover
|
||||
|
|
|
@ -17,5 +17,5 @@ matrix:
|
|||
- python: "nightly"
|
||||
|
||||
install:
|
||||
- pip install pytest "typing$TYPING_VERSION"
|
||||
script: py.test -vv
|
||||
- pip install pytest "typing$TYPING_VERSION" "pytest-cov>=2.5.1"
|
||||
script: py.test -vv --cov=injector --cov-branch --cov-report html --cov-report term
|
||||
|
|
Loading…
Reference in New Issue