Skip to content

Commit

Permalink
Merge branch 'master' into dfsnow/add-2023-data
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow authored Aug 6, 2024
2 parents 197c3c1 + de3d26b commit 3325389
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 @@ -41,7 +41,7 @@ jobs:

- name: Test coverage
run: |
covr::codecov(
covr::package_coverage(
quiet = FALSE,
clean = FALSE,
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

0 comments on commit 3325389

Please sign in to comment.