Skip to content

Commit

Permalink
Measure test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed May 26, 2017
1 parent bff0ad1 commit 0944b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
__pycache__/
docs/_build/
build/
htmlcov/
*,cover
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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

0 comments on commit 0944b6d

Please sign in to comment.