Restored coverage with tarpaulin

This commit is contained in:
veeso
2021-04-05 09:25:19 +02:00
parent 1ba139aed1
commit a1632492ed
2 changed files with 22 additions and 6 deletions

View File

@@ -28,9 +28,3 @@ jobs:
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Coverage with grcov
uses: actions-rs/grcov@v0.1
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}