Glob more filenames for coverage and test result output

Change-Id: I7b72481493d42cd683a4156f93cbc3455d1dac2d
diff --git a/jjb/python-unit.yaml b/jjb/python-unit.yaml
index 1a20728..18bdb96 100644
--- a/jjb/python-unit.yaml
+++ b/jjb/python-unit.yaml
@@ -61,9 +61,9 @@
 
     publishers:
       - junit:
-          results: "**/nose2-junit.xml"
+          results: "**/*junit.xml,**/*results.xml,**/*report.xml"
       - cobertura:
-          report-file: "**/coverage.xml"
+          report-file: "**/*coverage.xml"
           targets:
             - files:
                 healthy: 80