mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-12 22:35:43 +00:00
ci: output DetailedXML from dotcover
This commit is contained in:
parent
29cd725b66
commit
39773a56c3
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user