Skip to content

Commit

Permalink
Combine coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Nov 30, 2019
1 parent 47e7bf7 commit 100dc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- pip install coveralls asttokens pytest
script:
- coverage run --include=executing.py tests/test_main.py
- coverage run --include=executing.py -m pytest tests/test_pytest.py
- coverage run --include=executing.py --append -m pytest tests/test_pytest.py
- coverage report -m

after_success:
Expand Down

0 comments on commit 100dc76

Please sign in to comment.