diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f35f55..8803650 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: dotnet build --no-restore -c Release /p:ContinuousIntegrationBuild=true - name: Run tests - run: dotnet test --no-build -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover + run: dotnet test --no-build -c Release /p:CoverletOutputFormat=opencover - name: Publish to Codecov uses: codecov/codecov-action@v4