pr number
All checks were successful
Main Build Process / Build & Test (pull_request) Successful in 1m9s

This commit is contained in:
2026-02-09 10:51:51 +01:00
parent 31c72f3a82
commit 335471d930

View File

@@ -52,12 +52,6 @@ jobs:
source: "coverage-report/*"
target: "/config/docs/workspace/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.event.pull_request.number }}/coverage-report/"
strip_components: 1
- name: Upload Combined Coverage XML
uses: actions/upload-artifact@v3
with:
name: coverage
path: ${{ github.workspace }}/coverage-report/Cobertura.xml
retention-days: 5
- name: Publish Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0
with: