Commit 9cf1d65
committed
Replace dotcover.xml with coverage.runsettings for dotnet test
JetBrains dotCover 2026.2 cannot generate a coverage report on .NET 10
(console runner hangs/crashes - DCVR-13230). The shared coverage action now
runs dotnet test with the Microsoft Code Coverage collector, which supports
net10 and emits cobertura for codecov. Replace dotcover.xml with a
coverage.runsettings carrying the module/source exclusions, and drop the
obsolete xml-configuration input from the coverage workflow.1 parent 8a0b19c commit 9cf1d65
3 files changed
Lines changed: 28 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
This file was deleted.
0 commit comments