test1 #29

Merged
mcmuzzle merged 16 commits from visualCoverage into main 2026-02-06 22:02:17 +00:00
Showing only changes of commit 0028368928 - Show all commits

View File

@@ -55,12 +55,12 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: coverage name: coverage
path: ${{ github.workspace }}/Cobertura.xml path: ${{ github.workspace }}/coverage-report/Cobertura.xml
retention-days: 5 retention-days: 5
- name: Publish Code Coverage Report - name: Publish Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0 uses: irongut/CodeCoverageSummary@v1.3.0
with: with:
filename: "Cobertura.xml" filename: "coverage-report/Cobertura.xml"
badge: true badge: true
fail_below_min: false # just informative for now fail_below_min: false # just informative for now
format: markdown format: markdown