mirror of https://github.com/BOINC/boinc.git
Upload google unit test of windows.
This commit is contained in:
parent
0e294f3d85
commit
df0c213cfc
|
@ -104,6 +104,12 @@ jobs:
|
||||||
name: win_manager_${{ github.event.pull_request.head.sha }}
|
name: win_manager_${{ github.event.pull_request.head.sha }}
|
||||||
path: deploy/win_manager/*.7z
|
path: deploy/win_manager/*.7z
|
||||||
|
|
||||||
|
- name: Upload Google Tests Results
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Windows_tests_results
|
||||||
|
path: "win_build/Build/${{ matrix.platform }}/${{ matrix.configuration }}/**/gtest.xml"
|
||||||
|
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
if: success()
|
if: success()
|
||||||
|
|
Loading…
Reference in New Issue