From a3af2c97a899f4b2fcbb8badc16b0efd40d3d903 Mon Sep 17 00:00:00 2001 From: irongut Date: Fri, 23 Apr 2021 22:17:32 +0100 Subject: [PATCH] added Test Action step to CI --- .github/workflows/ci-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ea24c53..2cc3424 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -22,3 +22,8 @@ jobs: 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 src/coverage.cobertura.xml + - name: Test Action + uses: irongut/CodeCoverageSummary@main + with: + filename: 'src/coverage.cobertura.xml' + badge: 'true'