0.13.2
🛠️ Fixes
-
- Fixed artifact names collision for code coverage and code coverage history.
-
🚨 Breaking changes
-
IReportCoverage
component no longer provide any target for reporting code coverage. Instead, you should :
-
- use
IReportUnitTestCoverage
component for reporting unit tests coverage
- use
-
- use
IReportIntegrationTestCoverage
component for reporting integration tests coverage
- use