Skip to content

Commit

Permalink
Try zipping up whole tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 3, 2020
1 parent 2932113 commit e584747
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ jobs:
- name: Test coverage
run: covr::codecov()
shell: Rscript {0}

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

0 comments on commit e584747

Please sign in to comment.