DEV Community

Discussion on: The Problem with Feature Branches

 
bentorvo profile image
Ben Brazier

I'm not saying tests are review. I'm saying that you do review after deploying and testing. Normally this just looks like a diff of the two commits rendered in the pipeline showing the changes next to the button that deploys to the next environment.

Thread Thread
 
michaelmangial1 profile image
Michael Mangialardi

Is there a tool for doing this sort of review? This would seem to break the ability to use GitHub and all of its capability in exchange for resolving some mild occurrences with feature branches.

Thread Thread
 
bentorvo profile image
Ben Brazier

The diff functionality to review changes is built into git. If you want the GUI stuff then just get your pipeline to send a link to the diff on GitHub (docs.github.com/en/pull-requests/c...) you can put the two commits in the url.