Skip to content

Commit 9db88bc

Browse files
committed
Update Codecov config
1 parent ab831f2 commit 9db88bc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
curl --output "${CODECOV}" --create-dirs --location --silent --show-error https://cli.codecov.io/latest/linux/codecov
6161
chmod +x "${CODECOV}"
6262
63-
"${CODECOV}" upload-process --file coverage.txt --slug "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
63+
"${CODECOV}" --verbose upload-process --fail-on-error --file coverage.txt --slug "${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
6464
# `CIRCLE_PROJECT_ID` is a UUID, do not use it.
6565
6666
workflows:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ jobs:
8282
with:
8383
files: coverage.txt
8484
verbose: true
85+
fail_ci_if_error: true
8586
env:
8687
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)