From 4ca0fa144af40735cb2006bb1892a4ee59521f9e Mon Sep 17 00:00:00 2001 From: Tucker Gary Siegel <tgsiegel@terpmail.umd.edu> Date: Sat, 30 Oct 2021 20:43:52 -0400 Subject: [PATCH] update --- dawn-user/staging | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dawn-user/staging b/dawn-user/staging index 07a9599..87e9213 100644 --- a/dawn-user/staging +++ b/dawn-user/staging @@ -43,4 +43,9 @@ pipeline { } } } + post { + always { + cobertura autoUpdateHealth: false, autoUpdateStability: false, coberturaReportFile: '**/coverage.xml', enableNewApi: true, failUnhealthy: false, failUnstable: false, lineCoverageTargets: '80, 40, 60', maxNumberOfBuilds: 0, onlyStable: false, sourceEncoding: 'ASCII', zoomCoverageChart: false + } + } } \ No newline at end of file -- GitLab