mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-20 00:40:14 +02:00
added test run to CI build
This commit is contained in:
@@ -20,4 +20,5 @@ jobs:
|
|||||||
run: dotnet restore src/CodeCoverageSummary.sln
|
run: dotnet restore src/CodeCoverageSummary.sln
|
||||||
- name: Build CodeCoverageSummary
|
- name: Build CodeCoverageSummary
|
||||||
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
|
||||||
|
run: dotnet src/CodeCoverageSummary/bin/Release/net5.0/CodeCoverageSummary.dll coverage.cobertura.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user