Update codecov github action

This commit is contained in:
Antoine Gersant 2021-11-14 14:17:36 -08:00
parent b6e9940c76
commit 818dfe877c

View file

@ -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