Skip to content

Commit 2a47d5c

Browse files
committed
No longer fail on codecov failure
1 parent e39b612 commit 2a47d5c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
env:
1313
CLIENT_ID: ${{ secrets.CLIENT_ID }}
1414
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
15+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1516
steps:
1617
- uses: actions/checkout@v2
1718

@@ -50,5 +51,7 @@ jobs:
5051
- name: Upload coverage to Codecov
5152
uses: codecov/codecov-action@v3
5253
with:
54+
token: ${{ secrets.CODECOV_TOKEN }}
5355
file: ./coverage.xml
54-
fail_ci_if_error: true
56+
fail_ci_if_error: false
57+
verbose: true

0 commit comments

Comments
 (0)