TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
1–10 of 29 posts
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#2I think you could do something similar with code analysis tools, so they make review comments in the code where issues occur.
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#3Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#4Speaking about finding test failures quickly though, Jenkins and many others (except ALL the cloud/SaaS solutions?) actually parse test results via junit or similar to show you failures easily. I'm wondering why more SaaS don't do this?
See an example here (for our js-ipfs project): https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fjs-ip...
It's so much easier to find test failures now and doesn't involve leaving a comment on the PR. It's simply two clicks to find this view from a PR (click the status message, click on "tests")
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#5Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#6Idea is great but this logo looks like evil douchebag kind of guy with this tagline "Not the bot you deserve, but the one you need" doesn't look great. You definitely need to work on your brand. :)
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#7Idea is great but this logo looks like evil douchebag kind of guy with this tagline "Not the bot you deserve, but the one you need" doesn't look great. You definitely need to work on your brand. :)
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#8Cute little list on the example screenshot. looks at own code with some 3300 tests
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#9Idea is great but this logo looks like evil douchebag kind of guy with this tagline "Not the bot you deserve, but the one you need" doesn't look great. You definitely need to work on your brand. :)
Re: TravisBuddy: Adds comments to failed pull requests, tells author what went wrong
#10I really like this idea. I think more tools should integrate into GitHub this way. The status API is nice, but you always have to click through to get the details. I think you could do something similar with code analysis tools, so they make review comments in the code where issues occur.