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