diff --git a/Jenkinsfile b/Jenkinsfile index ee79cd5..283ce81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } post { always { - cobertura coberturaReportFile: '*/.xml' + cobertura coberturaReportFile: 'cobertura.xml' } } } \ No newline at end of file