Skip to content

Commit

Permalink
Would this work better for coverage testing?
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed May 14, 2024
1 parent 7f7f9c4 commit 8cc6a12
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
find '${{ runner.temp }}/package' -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v4
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8cc6a12

Please sign in to comment.