Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
dotnet test
when not generating code coverage reports (#80)
#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.
- Loading branch information