Skip to content

Commit

Permalink
Attempt to fix coveralls reporting the user home folder
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Jul 8, 2018
1 parent b29c720 commit 01ef3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,7 @@ script:

- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
coverage run source/unit_tests.py;
coverage report --omit=*home/*;
codecov;
coveralls;
fi
Expand Down

0 comments on commit 01ef3b3

Please sign in to comment.