fix: add step to test documentation generation in CI workflow

This commit is contained in:
Palash Tyagi 2025-04-20 01:04:37 +01:00
parent 34b88c466f
commit 1a1e820e2e

View File

@ -20,6 +20,8 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Test docs generation
run: cargo doc --no-deps
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with: