From 39773a56c39ddb81481a3428d64fb3ed997eb0c1 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 17 Feb 2024 16:08:40 +0000 Subject: [PATCH] ci: output DetailedXML from dotcover --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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