Fix coverage report.
This commit is contained in:
parent
36ee042bd7
commit
c297e2fd6e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: tarpaulin
|
command: tarpaulin
|
||||||
args: --manifest-path implementation/Cargo.toml --all --all-features --out Lcov -- --test-threads 1
|
args: --all --all-features --out Lcov -- --test-threads 1
|
||||||
|
|
||||||
- name: Upload Coverage
|
- name: Upload Coverage
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user