Coming from maven it would be nice to have a configuration option in pybuilder that allows me to continue when tests are failing or test coverage is too low.
I'm wondering if such an option exists - didn't find it in documentation: PyBuilder Plugins Documentation
Background:
I plan to use pybuilder in jenkins and publish my test results in sonar, while still being able to upload development artifacts to our internal repository. All of that doesn't work, if the build stops on test failures or too low coverage.