mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
Bump codecov/codecov-action from 1 to 3 (#3077)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
67cee2915d
commit
6d452d4977
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
@ -29,5 +29,6 @@ jobs:
|
||||
cargo install cargo-tarpaulin --vers "^0.13"
|
||||
cargo tarpaulin --workspace --features=rustls,openssl --out Xml --verbose
|
||||
- name: Upload to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with: { file: cobertura.xml }
|
||||
uses: codecov/codecov-action@v3.1.4
|
||||
with:
|
||||
file: cobertura.xml
|
||||
|
Loading…
Reference in New Issue
Block a user