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 Jun 26, 2023
1 parent a3a7e74 commit 8091a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Check for modified files (skip on Windows)
run: npm run after-travis
if: matrix.os != 'windows-latest'
- uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8091a3c

Please sign in to comment.