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 f95ed2a
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 run source/unit_tests.py --omit=*home/*;
codecov;
coveralls;
fi
Expand Down

0 comments on commit f95ed2a

Please sign in to comment.