Skip to content

Commit

Permalink
Fix mistake in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed May 14, 2024
1 parent 34c4ef9 commit 49caff2
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 @@ -30,7 +30,7 @@ jobs:

- name: Test coverage
run: |
covr::package_coverage(
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 49caff2

Please sign in to comment.