Fix coverage report.

This commit is contained in:
Sebastian Schmidt 2021-06-02 18:10:09 +03:00
parent 36ee042bd7
commit c297e2fd6e

View File

@ -92,7 +92,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
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
uses: coverallsapp/github-action@master