From f986189f13ca4c7bb7644e259dc9a1d6ebcf2427 Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Tue, 28 Jan 2025 09:42:43 +0000 Subject: [PATCH] WIP --- .github/workflows/github-cxx-qt-tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/github-cxx-qt-tests.yml b/.github/workflows/github-cxx-qt-tests.yml index 0032a6cbc..66fbe68ee 100644 --- a/.github/workflows/github-cxx-qt-tests.yml +++ b/.github/workflows/github-cxx-qt-tests.yml @@ -107,6 +107,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@v4 + with: + name: lcov + path: ./target/debug/lcov.info + if-no-files-found: ignore build-wasm: name: Ubuntu 24.04 (wasm_32) Qt 6