commit | c88010833248173e1afa1d16d98b12a1e2bead33 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Feb 13 13:49:17 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Wed Feb 13 13:49:17 2019 -0700 |
tree | 557e186386afa6605590b71408b81b3d21e913fe | |
parent | 2fc3e364ebfbe9f4aedfef92ce5a061b636b8e91 [diff] |
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