Merge pull request #4486 from talregev/TalR_windows_test_report

[CI][Windows] Upload google unit test of windows.
This commit is contained in:
Vitalii Koshura 2021-08-02 23:11:00 +02:00 committed by GitHub
commit 798f42de18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -103,7 +103,13 @@ jobs:
with:
name: win_manager_${{ github.event.pull_request.head.sha }}
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
uses: codecov/codecov-action@v1
if: success()