Skip to content

Commit

Permalink
Update CI to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodriguezS committed Feb 9, 2024
1 parent 000f79a commit 35ea43b
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 @@ -47,7 +47,7 @@ jobs:
version: 0.22.0
# Due to a bug with cargo-tarpaulin crate with multi-line chain calls, the test coverage was reduced.
# https://github.com/xd009642/tarpaulin/issues/949
args: --all-features --fail-under 98.0 --out Lcov
args: --all-features --fail-under 97.8 --out Lcov
- name: Upload to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 35ea43b

Please sign in to comment.