Skip to content

Commit

Permalink
Pass an argument to coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
fulv committed Mar 11, 2018
1 parent 11b4625 commit e3d8036
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 @@ -30,7 +30,7 @@ script:
- bin/test
- bin/pylint --py3k --disable=no-absolute-import src/collective/restapi/navigationtree || true
after_success:
- bin/createcoverage --output-dir=htmlcov
- bin/createcoverage --output-dir=htmlcov -t "--layer=\!Robot"
- bin/pip install coverage
- bin/python -m coverage.pickle2json
- pip install coveralls
Expand Down

0 comments on commit e3d8036

Please sign in to comment.