Skip to content

Commit

Permalink
Fix coverage tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Nov 17, 2023
1 parent b63026a commit b39bbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --all-features --out Lcov --run-types Tests Doctests -- --test-threads 1
args: --all-features --out Lcov --tests --doc -- --test-threads 1

- name: Upload Coverage
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit b39bbd7

Please sign in to comment.