1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Include test binary in coverage artifacts for offline processing

This commit is contained in:
Michał Janiszewski
2023-04-04 09:56:31 +02:00
parent b996a59d3c
commit 0f7996f006

View File

@@ -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