Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Tom <[email protected]>
  • Loading branch information
tdelmas committed Nov 5, 2023
1 parent 3ad24ce commit 0b87661
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@ jobs:
- name: Run no-std+serde tests
run: cargo test --verbose --test 'serde' --no-default-features --features serde

codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
rustup toolchain install nightly
cargo +nightly -Zscript ./pre-publish.rs
rustup toolchain install ${{ matrix.version }}
cargo build
- name: Run tests on with all features for Codecov
run: cargo test --all-features
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

clippy:
runs-on: ubuntu-latest
name: Clippy
Expand Down

0 comments on commit 0b87661

Please sign in to comment.