Skip to content

Commit f04ebb2

Browse files
authored
Merge branch 'main' into renovate/aws-sdk-go-v2-monorepo
2 parents 9a53901 + 66d5d38 commit f04ebb2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ jobs:
8686
cp coverage.txt $TEST_RESULTS
8787
cp coverage.html $TEST_RESULTS
8888
- name: Upload coverage report
89-
uses: codecov/[email protected]
90-
env:
91-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
89+
uses: codecov/[email protected]
9290
with:
91+
fail_ci_if_error: true
9392
files: ./coverage.txt
9493
verbose: true
9594
- name: Store coverage test output

0 commit comments

Comments
 (0)