diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e730b7..530b975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ jobs: run: dotnet build --no-restore -c Release - name: Test - continue-on-error: true run: dotnet test --no-build -c Release --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=cobertura - name: ReportGenerator