Upload Summary.txt

3d-gussner-patch-1
3d-gussner 2023-10-02 19:35:42 +02:00 committed by GitHub
parent a7286de016
commit 33885229e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -118,12 +118,18 @@ jobs:
name: Coverage name: Coverage
path: build/Coverage path: build/Coverage
- name: Upload artifacts
uses: actions/upload-artifact@v3.1.1
with:
name: Summary
path: build/Summary.txt
- name: Add PR Comment - name: Add PR Comment
if: ${{ github.event.pull_request }} if: ${{ github.event.pull_request }}
uses: mshick/add-pr-comment@v2 uses: mshick/add-pr-comment@v2
with: with:
message-path: build/Summary.txt message-path: build/Summary.txt
message-id: "coverage" message-id: "Summary"
- name: Report failure - name: Report failure
if: steps.tests_run.outcome == 'failure' if: steps.tests_run.outcome == 'failure'