[ci skip] fix(ci): output xml from dotCover

This commit is contained in:
Oliver Booth 2024-02-12 14:45:42 +00:00
parent a71cb73df7
commit 9a506a6b29
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 1 deletions

View File

@ -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