Skip to content

Commit 25c099a

Browse files
committed
chore: fix codecov
1 parent d560a30 commit 25c099a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
run: npm i
1919
- name: Run tests
2020
run: npm run test
21-
- uses: codecov/codecov-action@v4
21+
- name: Upload coverage to Codecov
22+
uses: codecov/codecov-action@v4
2223
with:
23-
fail_ci_if_error: true
2424
token: ${{ secrets.CODECOV_TOKEN }}
25+
fail_ci_if_error: true

0 commit comments

Comments
 (0)