Skip to content

Commit

Permalink
coverage for release version
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Jan 24, 2024
1 parent b2b43b5 commit 2c1c1d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
run: rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "error", check_dir = "check")
shell: Rscript {0}

- name: Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Build pkgdown
run: |
PATH=$PATH:$HOME/bin/ Rscript -e 'pkgdown::build_site()'
Expand Down

0 comments on commit 2c1c1d9

Please sign in to comment.