Skip to content

Commit

Permalink
making coverage report more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Oct 7, 2015
1 parent be3fe51 commit 8031c61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ before_install:
- openssl aes-256-cbc -K $encrypted_60f42691f4f2_key -iv $encrypted_60f42691f4f2_iv
-in credentials.json.enc -out credentials.json -d
after_success:
- coverage report
- coverage report -m
- coveralls
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ else
fi

coverage run --source=myql -m pytest -vs tests/tests.py$TestCase$Test
coverage report
coverage report -m
coverage html
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ deps=
-rrequirements.txt
pytest
coverage
commands= coverage run --source=myql/ -m pytest -v tests/tests.py
commands=
- coverage run --source=myql/ -m pytest -v tests/tests.py
- coverage report -m

0 comments on commit 8031c61

Please sign in to comment.