Skip to content

Commit

Permalink
upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacholt100 committed Sep 23, 2023
1 parent ae23248 commit 780828b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: cargo install cargo-tarpaulin
- name: Run cargo-tarpaulin
run: cargo tarpaulin --all-features
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
build_stable:
runs-on: ubuntu-latest
steps:
Expand All @@ -33,10 +37,6 @@ jobs:
run: rustup install stable
- name: Check crate builds on stable
run: cargo build --features serde,numtraits,rand,arbitrary && cargo build
- name: Upload to codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
test_nightly:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 780828b

Please sign in to comment.