Peter Liljenberg f3ccef8dbb Cleaned up fixtures. Removing vim editor settings
Change-Id: I210c1629c513d5e1dfd2b2a16cd7e8361953fc0f
2013-11-25 18:33:32 +01:00

21 lines
504 B
YAML

publishers:
- xunit:
thresholdmode: 'percent'
thresholds:
- failed:
unstable: 0
unstablenew: 0
failure: 0
failurenew: 0
- skipped:
unstable: 0
unstablenew: 0
failure: 0
failurenew: 0
types:
- phpunit:
pattern: "junit.log"
stoponerror: true
- cppunit:
pattern: "cppunit.log"