Commit 0a7f49a
authored
Fix
#79 added code coverage reports, but broke a basic `dotnet test`. In
that case no Cobertura reports are generated and thus the
`<ReportGenerator>` task fails.
Fix to condition running the report generator on having reports to
process.dotnet test when not generating code coverage reports (#80)1 parent 5212cbe commit 0a7f49a
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
0 commit comments