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