Commit afa6037
fix: add coverage.cobertura.xml to default discovery patterns (#76)
.NET's XPlat Code Coverage (coverlet) outputs coverage.cobertura.xml
which was not matched by the existing default patterns. The output
filename is not configurable (coverlet-coverage/coverlet#1276).
Refs:
- https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-code-coverage
- coverlet-coverage/coverlet#1276
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>1 parent 6e1445c commit afa6037
3 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232608 | 232608 | | |
232609 | 232609 | | |
232610 | 232610 | | |
| 232611 | + | |
232611 | 232612 | | |
232612 | 232613 | | |
232613 | 232614 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| 620 | + | |
620 | 621 | | |
621 | 622 | | |
622 | 623 | | |
| |||
0 commit comments