mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-25 11:58:48 +00:00
[ci skip] fix(ci): output xml from dotCover
This commit is contained in:
parent
a71cb73df7
commit
9a506a6b29
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user