Skip to content

Commit

Permalink
fixed wrong function name
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist committed Mar 23, 2024
1 parent 0a51e2d commit 3881bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
shell: Rscript {0}
run: |
covr::to_cobertura(
covr:package_coverage(
covr::package_coverage(
quiet = FALSE,
clean = FALSE,
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
Expand Down

0 comments on commit 3881bf6

Please sign in to comment.