Skip to content

Commit

Permalink
Merge pull request #363 from yanokwa/nonblocking-codecov
Browse files Browse the repository at this point in the history
Run codecov in subshell to prevent blocking build
  • Loading branch information
lognaturel authored Sep 11, 2019
2 parents 73e1158 + d588870 commit 635d19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: upload coverage report
command: |
/home/circleci/.local/bin/coverage xml
/home/circleci/.local/bin/codecov --required -X search gcov pycov -f coverage.xml
(/home/circleci/.local/bin/codecov --required -X search gcov pycov -f coverage.xml) || echo 'Codecov failed to upload'
- run:
name: Building artifacts
command: |
Expand Down

0 comments on commit 635d19d

Please sign in to comment.