mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-18 07:50:13 +02:00
added Test Action step to CI
This commit is contained in:
@@ -22,3 +22,8 @@ jobs:
|
|||||||
run: dotnet build src/CodeCoverageSummary.sln --configuration Release --no-restore
|
run: dotnet build src/CodeCoverageSummary.sln --configuration Release --no-restore
|
||||||
- name: Run CodeCoverageSummary with sample file
|
- name: Run CodeCoverageSummary with sample file
|
||||||
run: dotnet src/CodeCoverageSummary/bin/Release/net5.0/CodeCoverageSummary.dll src/coverage.cobertura.xml
|
run: dotnet src/CodeCoverageSummary/bin/Release/net5.0/CodeCoverageSummary.dll src/coverage.cobertura.xml
|
||||||
|
- name: Test Action
|
||||||
|
uses: irongut/CodeCoverageSummary@main
|
||||||
|
with:
|
||||||
|
filename: 'src/coverage.cobertura.xml'
|
||||||
|
badge: 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user