diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a189f34..681515c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -52,7 +52,7 @@ jobs: run: dotnet test --no-build --verbosity normal --configuration Release --framework net8.0 - name: Collect coverage - run: dotnet dotcover test --dcReportType=HTML + run: dotnet dotcover test --dcReportType=XML - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1