From 9d6c6a5ba389e8af3d2c38fa77611069a63d42b9 Mon Sep 17 00:00:00 2001 From: Trevor Pilley Date: Mon, 22 Apr 2024 23:29:52 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b5a578bd..6c4a0a8a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,7 +64,7 @@ jobs: run: dotnet build --configuration ${{ env.PROJECT_CONFIGURATION }} --no-restore - name: dotnet test - run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --no-restore --verbosity minimal + run: dotnet test --configuration ${{ env.PROJECT_CONFIGURATION }} /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --no-restore --verbosity minimal - name: Upload coverage reports to Codecov if: matrix.os == 'ubuntu-latest'