diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ceca8b2..52078c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: