Skip to content

Commit

Permalink
Merge pull request #302 from arbrandes/update-codecov
Browse files Browse the repository at this point in the history
build: Update codecov and use token
  • Loading branch information
arbrandes authored Jun 17, 2024
2 parents 980c13b + 5316dee commit 70215dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
run: npm run test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

- name: Build
run: ACTIVE_ENV=github npm run build

0 comments on commit 70215dc

Please sign in to comment.