From 41de3f983adc481ba3a50d8de2e7a7660af0f462 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 20 Feb 2020 12:05:10 -0500 Subject: [PATCH] One more try for CI coverage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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