fix: correct output path for coverage report in GitHub Actions workflow

This commit is contained in:
Palash Tyagi 2025-04-19 01:02:16 +01:00
parent ea4bb82720
commit aedaf09e4b

View File

@ -18,7 +18,7 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.infoa
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with: