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'