Skip to content

Commit

Permalink
Try a pinned covr version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Sep 25, 2024
1 parent ab676f4 commit a178106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("remotes"))
install.packages("remotes")
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("covr")
remotes::install_version("covr", "3.6.3") # TODO(r-lib/covr#567): Go back to just installing CRAN covr
shell: Rscript {0}

- name: Test coverage
Expand Down

0 comments on commit a178106

Please sign in to comment.