Skip to content

Commit

Permalink
Merge pull request #31 from arbrandes/main
Browse files Browse the repository at this point in the history
build: Update codecov and use token
  • Loading branch information
arbrandes authored Jun 27, 2024
2 parents 4386339 + 52022b5 commit 1314e2f
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 @@ -33,4 +33,7 @@ jobs:
run: npm run build

- name: Run Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 1314e2f

Please sign in to comment.