Output HTML report and try to archive it

This commit is contained in:
Deirdre Connolly 2020-01-24 14:07:00 -05:00 committed by Deirdre Connolly
parent d3cff23897
commit b60135568a
1 changed files with 6 additions and 1 deletions

View File

@ -38,4 +38,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --verbose --count --workspace --timeout 180
args: --verbose --count --workspace --timeout 180 --out Html
- name: Archive code coverage results
uses: actions/upload-artifact@v1
with:
name: code-coverage-report
path: tarpaulin-report.html