Skip to content

Commit

Permalink
Use CODECOV_TOKEN to fix code coverage uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Nov 14, 2024
1 parent 67e7423 commit f805585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
needs: coverage

- name: Test coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
covr::codecov(
quiet = FALSE,
Expand Down

0 comments on commit f805585

Please sign in to comment.