diff --git a/.github/workflows/github-cxx-qt-tests.yml b/.github/workflows/github-cxx-qt-tests.yml index 0032a6cbc..aaf8c1405 100644 --- a/.github/workflows/github-cxx-qt-tests.yml +++ b/.github/workflows/github-cxx-qt-tests.yml @@ -87,6 +87,7 @@ jobs: rustup component add rustfmt # Ensure we do not have any existing coverage files - run: rm -f coverage/*.profraw + - run: ls -l ./target/debug - name: build env: RUSTFLAGS: -Cinstrument-coverage @@ -107,6 +108,13 @@ jobs: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} verbose: true + - name: Upload GitHub Actions artifacts of lcov + if: always() + uses: actions/upload-artifact@v2 + with: + name: lcov + path: ./target/debug/lcov.info + if-no-files-found: ignore build-wasm: name: Ubuntu 24.04 (wasm_32) Qt 6