From 53dbb7601c3ef735f0cb3f493abc1e930487b9e3 Mon Sep 17 00:00:00 2001 From: irongut Date: Thu, 15 Apr 2021 22:58:26 +0100 Subject: [PATCH] moved sample file --- .github/workflows/ci-build.yml | 2 +- coverage.cobertura.xml => src/coverage.cobertura.xml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename coverage.cobertura.xml => src/coverage.cobertura.xml (100%) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b28f52a..ea24c53 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,4 +21,4 @@ jobs: - 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 + run: dotnet src/CodeCoverageSummary/bin/Release/net5.0/CodeCoverageSummary.dll src/coverage.cobertura.xml diff --git a/coverage.cobertura.xml b/src/coverage.cobertura.xml similarity index 100% rename from coverage.cobertura.xml rename to src/coverage.cobertura.xml