mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 07:09: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
|
- name: Generate coverage report
|
||||||
run: |
|
run: |
|
||||||
mkdir -p testcov
|
mkdir -p testcov
|
||||||
cargo tarpaulin --out Html --out Json
|
cargo tarpaulin --engine llvm --out Html --out Json
|
||||||
|
|
||||||
- name: Check for tarpaulin-report.html
|
- name: Check for tarpaulin-report.html
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user