From 56ac36c3710ec69588e0bf3099a465f0344629ad Mon Sep 17 00:00:00 2001 From: Dave Brett Date: Wed, 25 Sep 2024 15:47:25 +0100 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fc260d2..bf16c8a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,9 +27,9 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal - name: Run automated unit and integration tests - run: dotnet test PROFiLiX.Client/PROFiLiX.Common.Tests/PROFiLiX.Common.Tests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov + run: dotnet test /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov - name: Publish coverage report to coveralls.io uses: coverallsapp/github-action@master with: github-token: ${{ secrets.COVERALLS_REPO_TOKEN }} - path-to-lcov: PROFiLiX.Client/PROFiLiX.Common.Tests/TestResults/coverage.info \ No newline at end of file + path-to-lcov: PROFiLiX.Common.Tests/TestResults/coverage.info \ No newline at end of file