mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-02 10:59:03 +01:00
Merge pull request #76 from JohnTitor/fix-tarpaulin
Use tarpaulin 0.13 to avoid failure
This commit is contained in:
commit
f4d75260a4
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
- name: Generate coverage file
|
||||
if: matrix.version == 'stable' && (github.ref == 'master' || github.event_name == 'pull_request')
|
||||
run: |
|
||||
which cargo-tarpaulin || cargo install cargo-tarpaulin
|
||||
cargo install cargo-tarpaulin --vers "^0.13"
|
||||
cargo tarpaulin --out Xml --workspace --all-features
|
||||
|
||||
- name: Upload to Codecov
|
||||
|
Loading…
x
Reference in New Issue
Block a user