jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-43313] Provide test results in Github Status Update (like ghprb)
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
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.
---
Originally reported by
gena01, imported from: Provide test results in Github Status Update (like ghprb)
Raw content of original issue
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.
Contributor guide
Assessment
This issue has not been assessed yet.