Skip to content

Commit

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

- name: Test coverage
run: |
covr::codecov(
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
)
shell: Rscript {0}

- name: Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 340d580

Please sign in to comment.