Skip to content

Commit

Permalink
fix: update codecov ci (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed May 17, 2024
1 parent 58488e3 commit 54b25e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Test
run: npm run test
- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build
run: npm run build

0 comments on commit 54b25e3

Please sign in to comment.