diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 35fb100..b28f52a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -20,4 +20,5 @@ jobs: run: dotnet restore src/CodeCoverageSummary.sln - name: Build CodeCoverageSummary 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