mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 22:39:26 +00:00
Specify LLVM engine for cargo tarpaulin coverage report generation
This commit is contained in:
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: |
|
||||||
|
Reference in New Issue
Block a user