Skip to content

Commit

Permalink
Use bin/coverage instead bin/createcoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Jun 24, 2020
1 parent 4e2018e commit 36bcf41
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 @@ -51,7 +51,7 @@ script:
- bin/test --test=\!"robot"

after_success:
- bin/createcoverage --output-dir=parts/test/coverage
- bin/coverage run bin/test
- bin/pip install -q coveralls==0.5
- bin/coveralls

Expand Down

0 comments on commit 36bcf41

Please sign in to comment.