Skip to content

Commit

Permalink
chore: configure CODECOV_TOKEN for codecov-action
Browse files Browse the repository at this point in the history
Signed-off-by: Samppa Saarela <samppa.saarela@iki.fi>
  • Loading branch information
ssaarela committed Oct 3, 2023
1 parent 225d11a commit 3657969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- run: yarn test --coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: v-validation # optional
fail_ci_if_error: true # optional (default = false)

0 comments on commit 3657969

Please sign in to comment.