pull-request-checker
v0.1.6
Published
This constructs executes a CodeBuild project against a feature branch to verify that it builds and passes the unit tests successfully. It uses a Lambda function that's triggered by the creation of a pull request and on completion of the CodeBuild project
Downloads
4
Readme
PullRequestChecker
This constructs executes a CodeBuild project against a feature branch to verify that it builds and passes the unit tests successfully. It uses a Lambda function that's triggered by the creation of a pull request and on completion of the CodeBuild project to write CodeCommit PullRequest activity comments.
It provides visual feedback to the developer and the reviewer, prior to merging the feature to the main code branch.
System Architecture Diagram
Usage
Useful commands
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit tests