Skip to content

Commit

Permalink
Update pkgdown.yaml for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cmirzayi authored Jan 25, 2024
1 parent 4688bfe commit 93424c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 93424c0

Please sign in to comment.