Output HTML report and try to archive it
This commit is contained in:
parent
d3cff23897
commit
b60135568a
|
|
@ -38,4 +38,9 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: tarpaulin
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue