Skip to content

Commit

Permalink
chore: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 22, 2024
1 parent d560a30 commit 25c099a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: npm i
- name: Run tests
run: npm run test
- uses: codecov/codecov-action@v4
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 25c099a

Please sign in to comment.