Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BartJanvanRossum committed Sep 16, 2024
1 parent 1d3a83e commit 4ae8791
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 @@ -28,7 +28,7 @@ jobs:
run: |
cov <- covr::package_coverage(
type = "none",
code = "tinytest::run_test_dir(at_home = TRUE),
code = "tinytest::run_test_dir(at_home = TRUE)",
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
Expand Down

0 comments on commit 4ae8791

Please sign in to comment.