Skip to content

Commit 585a836

Browse files
authored
Update usage of codecov action (#2797)
1 parent f9a1726 commit 585a836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- run: ${{ matrix.run-script }}
4444
- uses: codecov/[email protected]
4545
with:
46+
token: ${{ secrets.CODECOV_TOKEN }}
47+
fail_ci_if_error: true
4648
file: ./coverage.out
4749
flags: ${{ runner.os }}
48-
env:
49-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5050

5151
compatibility-test:
5252
strategy:

0 commit comments

Comments
 (0)