From 0f7996f00634b3f4e7041b33a9f9067038fe3a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 4 Apr 2023 09:56:31 +0200 Subject: [PATCH] Include test binary in coverage artifacts for offline processing --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 968035aed4..148ec7b5f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -408,6 +408,7 @@ jobs: llvm-cov report ./OpenRCT2Tests -instr-profile=openrct2.profdata xz -1v openrct2.profdata xz -1v coverage.json + xz -1v OpenRCT2Tests - name: Upload artifacts (CI) uses: actions/upload-artifact@v3 with: @@ -415,6 +416,7 @@ jobs: path: | bin/*profdata* bin/coverage.json* + bin/OpenRCT2Tests.xz if-no-files-found: error android: name: Android