Skip to content

Commit

Permalink
Merge pull request #225 from ChrisMacNaughton/feature/add-coverage
Browse files Browse the repository at this point in the history
Add coverage reporting for unit tests
  • Loading branch information
ChrisMacNaughton authored Apr 10, 2020
2 parents c91daa4 + 2b9d27b commit db7dd70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sudo: true
dist: xenial
language: python
install: pip install tox-travis
install:
- pip install tox-travis
- pip install codecov
matrix:
include:
- name: "Python 3.5"
Expand All @@ -18,3 +20,5 @@ matrix:
env: ENV=pep8,py3
script:
- tox -c tox.ini -e $ENV
after_success:
- codecov --verbose --gcov-glob unit_tests/*

0 comments on commit db7dd70

Please sign in to comment.