Skip to content

Commit

Permalink
Work on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcharnock committed Mar 4, 2019
1 parent 907b510 commit 0057a09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,10 @@ jobs:
at: .coverage
- run:
command: |
pipenv install coveralls coverage
pipenv install --skip-lock coverage codacy-coverage
pipenv run coverage combine .coverage/coverage*
pipenv run coveralls
pipenv run coverage xml -i
pipenv run python-codacy-coverage -r coverage.xml
- run:
command: |
curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$CIRCLE_BUILD_NUM&payload[status]=done"

0 comments on commit 0057a09

Please sign in to comment.