Skip to content

Commit

Permalink
Run codecov in subshell to prevent blocking build
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed Sep 10, 2019
1 parent 3512397 commit d588870
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 d588870

Please sign in to comment.