Use latest version of tarpaulin in CI script

This commit is contained in:
Patrick Förster 2021-06-19 10:00:42 +02:00
parent 7591cee0d2
commit bedfa376f5

View file

@ -13,6 +13,8 @@ jobs:
with:
toolchain: stable
- uses: actions-rs/tarpaulin@v0.1
with:
version: "0.18.0-alpha3"
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}