Skip to content

Commit

Permalink
Amend old way of calling covr
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Aug 21, 2024
1 parent e35b4af commit 172579d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Test coverage
run: |
covr::codecov(
cov <- covr::package_coverage(
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
Expand Down

0 comments on commit 172579d

Please sign in to comment.