Skip to content

Commit

Permalink
chore: add codecov token
Browse files Browse the repository at this point in the history
This is supposed to fix codecov.

Fixes #1124
  • Loading branch information
nfischer committed Jul 6, 2023
1 parent a3a7e74 commit 1a1a820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Check for modified files (skip on Windows)
run: npm run after-travis
if: matrix.os != 'windows-latest'
- uses: codecov/codecov-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 1a1a820

Please sign in to comment.