Skip to content

Commit

Permalink
update test upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Aug 14, 2024
1 parent 3a710ea commit 849597b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,16 @@ jobs:
if: always()
run: |
## --------------------------------------------------------------------
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
find ${{ runner.temp }} -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload test results
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload artifact on failure
if: failure()
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 849597b

Please sign in to comment.