You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hola!, seria interesante que el scaffold de clean architecture venga ya configurado con la tarea jacoco de gradle para generar el reporte de cobertura de pruebas con todo el consolidado de los módulos del proyecto.
Hi @CarlosM4rtinez , you can use jacoco or cobertura in your project. You need generated the scaffold with the option coverage = <jacoco | cobertura> if you dont specify the coverage tool, the default value is jacoco.
Maybe is usefull generate the pipeline too with the task gradle generatePipeline --type=[pipelineType] that use the report of the coverage tool and publish with sonarQube.
Hola!, seria interesante que el scaffold de clean architecture venga ya configurado con la tarea jacoco de gradle para generar el reporte de cobertura de pruebas con todo el consolidado de los módulos del proyecto.
`task jacocoRootReport(type: JacocoReport){
}`
The text was updated successfully, but these errors were encountered: