Skip to content

Commit

Permalink
CircleCI: Ignore coverage upload failures
Browse files Browse the repository at this point in the history
(Temporary) workaround s.t. external issues don't cause CI failures

Should probably be reverted once codecov/codecov-bash#411 is resolved
  • Loading branch information
MoonlightSentinel authored and dlang-bot committed Feb 24, 2021
1 parent 61d874b commit 4522e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/run.sh
Expand Up @@ -195,7 +195,7 @@ codecov()
# CodeCov gets confused by lst files which it can't match
rm -rf test/runnable/extra-files
download "https://codecov.io/bash" "https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov" "codecov.sh"
bash ./codecov.sh -p . -Z
bash ./codecov.sh -p . -Z || echo "Failed to upload coverage reports!"
rm codecov.sh
}
Expand Down

0 comments on commit 4522e02

Please sign in to comment.