1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

Use tarpaulin 0.13 to avoid failure

This commit is contained in:
Yuki Okushi 2020-07-07 04:00:18 +09:00
parent 056803d534
commit 08f9a34075
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1

View File

@ -55,7 +55,7 @@ jobs:
- name: Generate coverage file
if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
run: |
cargo install cargo-tarpaulin
cargo install cargo-tarpaulin --vers "^0.13"
cargo tarpaulin --out Xml
- name: Upload to Codecov
if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')