mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
Specify LLVM engine for cargo tarpaulin coverage report generation
This commit is contained in:
parent
8646f4e562
commit
01389ac133
2
.github/workflows/docs-and-testcov.yml
vendored
2
.github/workflows/docs-and-testcov.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
mkdir -p testcov
|
||||
cargo tarpaulin --out Html --out Json
|
||||
cargo tarpaulin --engine llvm --out Html --out Json
|
||||
|
||||
- name: Check for tarpaulin-report.html
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user