Skip to content

Commit

Permalink
Update codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Nov 14, 2021
1 parent b6e9940 commit 818dfe8
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Polaris
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
- name: Run Tarpaulin
uses: actions-rs/[email protected]
with:
args: '--all-features --ignore-tests'
out-type: Xml
timeout: 240
- name: Upload Results
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- name: Checkout Polaris
uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
- name: Run Tarpaulin
uses: actions-rs/[email protected]
with:
args: "--all-features --ignore-tests"
out-type: Xml
timeout: 240
- name: Upload Results
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true

0 comments on commit 818dfe8

Please sign in to comment.