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 d3c27c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ before_install:
script:

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

0 comments on commit d3c27c1

Please sign in to comment.