Skip to content

Commit

Permalink
omit __main__.py from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening committed Dec 31, 2021
1 parent f1e22d9 commit ba0ef4e
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 @@ -11,6 +11,6 @@ install:
# command to run tests
script:
- python3 -m ff3.ff3_test
- coverage run --source ff3 --omit ff3/ff3_test.py,ff3/ff3_perf.py -m unittest ff3/ff3_test.py
- coverage run --source ff3 --omit ff3/__main__.py,ff3/ff3_test.py,ff3/ff3_perf.py -m unittest ff3/ff3_test.py
after_success:
- coveralls

0 comments on commit ba0ef4e

Please sign in to comment.