Skip to content

Commit

Permalink
remove tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDubray committed Oct 16, 2024
1 parent eae4120 commit db63d25
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
version: '0.22.0'
args: --ignore-tests --engine llvm --exclude-files lib.rs main.rs mod.rs
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3

0 comments on commit db63d25

Please sign in to comment.