Skip to content

Commit d49fc13

Browse files
committed
Update ci.yml
1 parent 91390d3 commit d49fc13

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,13 @@ jobs:
8080
- run: npm test
8181
env:
8282
CI: true
83-
- run: bash <(curl -s https://codecov.io/bash)
83+
- name: Upload code coverage
84+
uses: codecov/codecov-action@v4
85+
with:
86+
fail_ci_if_error: false
87+
token: ${{ secrets.CODECOV_TOKEN }}
88+
env:
89+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
90+
concurrency:
91+
group: ${{ github.workflow }}-${{ github.ref }}
92+
cancel-in-progress: true

0 commit comments

Comments
 (0)