mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
Use tarpaulin 0.13 to avoid failure
This commit is contained in:
parent
027f045340
commit
6e132d9337
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
- name: Generate coverage file
|
- name: Generate coverage file
|
||||||
if: matrix.version == 'stable' && (github.ref == 'master' || github.event_name == 'pull_request')
|
if: matrix.version == 'stable' && (github.ref == 'master' || github.event_name == 'pull_request')
|
||||||
run: |
|
run: |
|
||||||
which cargo-tarpaulin || cargo install cargo-tarpaulin
|
cargo install cargo-tarpaulin --vers "^0.13"
|
||||||
cargo tarpaulin --out Xml --workspace --all-features
|
cargo tarpaulin --out Xml --workspace --all-features
|
||||||
|
|
||||||
- name: Upload to Codecov
|
- name: Upload to Codecov
|
||||||
|
Loading…
Reference in New Issue
Block a user