suite
This commit is contained in:
@@ -18,7 +18,8 @@ jobs:
|
|||||||
name: "Build & Test"
|
name: "Build & Test"
|
||||||
|
|
||||||
# Permissions this GitHub Action needs for other things in GitHub
|
# Permissions this GitHub Action needs for other things in GitHub
|
||||||
permissions: write-all
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -53,6 +54,7 @@ jobs:
|
|||||||
name: coverage
|
name: coverage
|
||||||
path: ${{ github.workspace }}/Cobertura.xml
|
path: ${{ github.workspace }}/Cobertura.xml
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
- run: ls
|
||||||
- name: Publish Code Coverage Report
|
- name: Publish Code Coverage Report
|
||||||
uses: irongut/CodeCoverageSummary@v1.3.0
|
uses: irongut/CodeCoverageSummary@v1.3.0
|
||||||
with:
|
with:
|
||||||
@@ -70,8 +72,8 @@ jobs:
|
|||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
recreate: true
|
message: |
|
||||||
path: code-coverage-results.md
|
Release ${{ github.sha }} to <https://pr-${{ github.event.number }}.example.com>
|
||||||
|
|
||||||
- name: Upload Test Result Files
|
- name: Upload Test Result Files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user