diff --git a/.github/workflows/kuksa_databroker_build.yml b/.github/workflows/kuksa_databroker_build.yml index edb632cf..63e57cb0 100644 --- a/.github/workflows/kuksa_databroker_build.yml +++ b/.github/workflows/kuksa_databroker_build.yml @@ -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