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
1 changed files with 2 additions and 0 deletions

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