1 Commits

Author SHA1 Message Date
Palash Tyagi
b638860c23 Merge 101ee8c1c7 into 04fbf5ca50 2025-05-04 00:35:11 +01:00
11 changed files with 3 additions and 7 deletions

View File

@@ -38,16 +38,12 @@ jobs:
run: rustup update stable
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Run doctests
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Run doc-tests
run: cargo test --doc --all-features --workspace --release
- name: Run unit tests with code coverage
run: cargo llvm-cov --all-features --release --workspace --lcov --output-path lcov.info
- name: Test docs generation
run: cargo doc --no-deps --release
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with: