Skip to content

Commit

Permalink
chore: bump codecov-action to v4 and supply CODECOV_TOKEN secret (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Apr 22, 2024
1 parent b403653 commit 32ea851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Build
run: npm run build
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 32ea851

Please sign in to comment.