Skip to content

Commit

Permalink
fix code coverage using instructions from codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Mar 13, 2024
1 parent 9fb008d commit 8a8c4aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ 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/codecov-action@v4.0.1
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
token: ${{ secrets.CODECOV_TOKEN }}
slug: njtierney/geotargets

0 comments on commit 8a8c4aa

Please sign in to comment.