Update codecov github action
This commit is contained in:
parent
b6e9940c76
commit
818dfe877c
1 changed files with 15 additions and 16 deletions
5
.github/workflows/coverage.yml
vendored
5
.github/workflows/coverage.yml
vendored
|
@ -22,11 +22,10 @@ jobs:
|
||||||
- name: Run Tarpaulin
|
- name: Run Tarpaulin
|
||||||
uses: actions-rs/tarpaulin@v0.1
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
with:
|
with:
|
||||||
args: '--all-features --ignore-tests'
|
args: "--all-features --ignore-tests"
|
||||||
out-type: Xml
|
out-type: Xml
|
||||||
timeout: 240
|
timeout: 240
|
||||||
- name: Upload Results
|
- name: Upload Results
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue