Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-messier authored Sep 25, 2023
1 parent 2f5a0d1 commit 8096b50
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
- name: Upload coverage to Codecov
run: |
R -e 'library(covr); covr::codecov()'
echo "CODECOV_TOKEN: $CODECOV_TOKEN"
R -e 'library(covr); covr::codecov(token = Sys.getenv("CODECOV_TOKEN"))'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Make sure you have added this secret to your repository
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}



- name: Cleanup
run: |
Expand Down

0 comments on commit 8096b50

Please sign in to comment.