-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
I would love to see Test Results with something like:
Build finished. 5 tests run, 0 skipped, 2 failed.
Which ghprb does. Instead of:
This commit has test failures
ghprb does this nicely: https://github.com/janinko/ghprb/blob/master/src/main/java/org/jenkinsci/plugins/ghprb/manager/impl/GhprbBaseBuildManager.java#L173..L181
It would provide a lot more details in the Pull Request instead of the generic hardcoded message saying that something went wrong.