Skip to content

Commit

Permalink
Add missing run:
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Jan 29, 2025
1 parent 97c6f68 commit b0b4832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate test results
cargo test --all-features --junitxml=test_results.xml
run: cargo test --all-features --junitxml=test_results.xml
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info --summary | tee test_summary.log
- name: Upload coverage to Codecov
Expand Down

0 comments on commit b0b4832

Please sign in to comment.