ci: remove tarpulin

This commit is contained in:
Helmut K. C. Tessarek 2024-03-07 19:29:23 -05:00
parent 46c6ed43d4
commit 43a9d50df3
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
1 changed files with 1 additions and 12 deletions

View File

@ -30,19 +30,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Setup cargo-tarpaulin
uses: taiki-e/install-action@cargo-tarpaulin
- name: Run tests
run: cargo tarpaulin --out xml --verbose -- --test-threads 1
- name: Upload reports to codecov
uses: codecov/codecov-action@v3
with:
name: code-coverage-report
file: cobertura.xml
flags: unit-tests
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
run: cargo test -- --test-threads 1
fixtures:
strategy: