Skip to content

Commit c59b990

Browse files
authored
ci: Fix codecov upload (#52)
1 parent c6f86da commit c59b990

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ jobs:
3131
${{ runner.os }}-node-
3232
- run: npm ci
3333
- run: npm run coverage
34-
- run: bash <(curl -s https://codecov.io/bash)
34+
env:
35+
CI: true
36+
- name: Upload code coverage
37+
uses: codecov/codecov-action@v4
38+
with:
39+
fail_ci_if_error: true
40+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)