Skip to content

Commit

Permalink
Fix coverall call
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Mar 25, 2019
1 parent c14efbe commit 9756856
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ reports/
/.coverage.*
/dist/*
/extras/*
/coverage.xml
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ after_success:
- bin/pip install coverage
- bin/python -m coverage.pickle2json
- bin/pip install -q coveralls
- bin/createcoverage --output-dir=parts/test/coverage
- coveralls
# - bin/createcoverage --output-dir=parts/test/coverage
- bin/createcoverage
- bin/coveralls
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist =
py{27,37}-Plone{52},
build_instance,
# docs,
# coverage-report,
coverage-report,

skip_missing_interpreters = True

Expand Down

0 comments on commit 9756856

Please sign in to comment.