Skip to content

Commit

Permalink
[gha] try using the covr development version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Jan 3, 2025
1 parent 9ae4c90 commit 4faf577
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
extra-packages: any::covr, any::xml2
needs: coverage

- name: Install development version of covr
run: |
pak::pkg_install("r-lib/covr")
shell: Rscript {0}

- name: Test coverage
run: |
cov <- covr::package_coverage(
Expand Down

0 comments on commit 4faf577

Please sign in to comment.