diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ab1d1c5..14a871f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,7 @@ jobs: - name: Build run: dotnet build --no-restore - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --no-restore --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: