Always generate code coverage summary

This commit is contained in:
MSWS
2025-07-28 21:41:34 -07:00
parent 4b78f49f08
commit 42ab80a350

View File

@@ -46,7 +46,6 @@ jobs:
run: "dotnet run --no-build --no-restore --project TTT.Test/TTT.Test.csproj -- --coverage --coverage-output ../../../../coverage.xml --coverage-output-format cobertura"
- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.3.0
if: ${{ matrix.dotnet-version == '9.0.x' }}
with:
filename: 'TTT.Test/coverage.xml'
badge: true