Skip to content

Commit

Permalink
tests: Print coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed Jan 20, 2018
1 parent ed1b75f commit 2ebba82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ install:
build: false # Not a C# project.

test_script:
- python -m pytest
- python -m pytest --cov=memaccess --cov-report term-missing
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest
pytest-cov

0 comments on commit 2ebba82

Please sign in to comment.