Skip to content

Commit

Permalink
Merge pull request #63 from dwhswenson/fix_coveralls_parallel
Browse files Browse the repository at this point in the history
Fix coveralls reporting
  • Loading branch information
dwhswenson authored Nov 12, 2019
2 parents 162392d + 8469b40 commit 09289cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ python:
- '3.6'
- '3.7'

notifications:
webhooks: https://coveralls.io/webhook

branches:
only:
- master
Expand Down Expand Up @@ -50,6 +53,7 @@ script:
- py.test -vv --cov=contact_map --cov-report xml:cov.xml

after_success:
- export COVERALLS_PARALLEL=true
- coveralls
- python-codacy-coverage -r cov.xml

Expand Down

0 comments on commit 09289cd

Please sign in to comment.