make task fail if tests fail

This commit is contained in:
Marek Wolan
2024-02-06 18:58:50 +00:00
parent cfc254753f
commit b7ff520d55

View File

@@ -113,6 +113,7 @@ stages:
testRunner: JUnit
testResultsFiles: 'junit/**.xml'
testRunTitle: 'Publish test results'
failTaskOnFailedTests: true
- publish: $(System.DefaultWorkingDirectory)/htmlcov/
# publish the html report - so we can debug the coverage if needed