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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -408,6 +408,7 @@ jobs:
|
|||||||
llvm-cov report ./OpenRCT2Tests -instr-profile=openrct2.profdata
|
llvm-cov report ./OpenRCT2Tests -instr-profile=openrct2.profdata
|
||||||
xz -1v openrct2.profdata
|
xz -1v openrct2.profdata
|
||||||
xz -1v coverage.json
|
xz -1v coverage.json
|
||||||
|
xz -1v OpenRCT2Tests
|
||||||
- name: Upload artifacts (CI)
|
- name: Upload artifacts (CI)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@@ -415,6 +416,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
bin/*profdata*
|
bin/*profdata*
|
||||||
bin/coverage.json*
|
bin/coverage.json*
|
||||||
|
bin/OpenRCT2Tests.xz
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
android:
|
android:
|
||||||
name: Android
|
name: Android
|
||||||
|
|||||||
Reference in New Issue
Block a user