Skip to content

Commit

Permalink
Add CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jabenninghoff committed Apr 26, 2024
1 parent fba4443 commit 4eb6e89
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:
- uses: r-lib/actions/setup-pandoc@v2

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

0 comments on commit 4eb6e89

Please sign in to comment.