Skip to content

Commit

Permalink
Use dev ver of webfakes for coverage runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Apr 25, 2024
1 parent b8ee754 commit f938c2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ jobs:
with:
extra-packages: |
any::covr
any::devtools
any::DT
r-lib/webfakes
needs: coverage

- name: Test coverage
run: |
covr::codecov(
coverage = devtools::test_coverage(show_report = FALSE),
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
Expand Down

0 comments on commit f938c2c

Please sign in to comment.