Skip to content

Commit

Permalink
no tarpaulin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Oct 10, 2024
1 parent bc0c40a commit aa9e962
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,9 @@ jobs:
- uses: actions/checkout@v4
- run: |
rustup toolchain install nightly --profile minimal
cargo install cargo-tarpaulin
cargo install sqlx-cli --no-default-features --features native-tls,postgres
- uses: Swatinem/rust-cache@v2
- name: Run lib tests
run: |
cargo sqlx database setup
cargo test --workspace --all-features --lib
cargo tarpaulin --workspace --all-features --lib -olcov
- name: Upload coverage data to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit aa9e962

Please sign in to comment.