Merging Pull Requests
Reviewers Check list:
[ ] Requirements - OK
[ ] Design Structure and Scalability - OK
[ ] Efficiency - OK
[ ] Clarity - OK
[ ] Security Leaks - OK
[ ] Code Coverage - <value>%
[ ] Requriement Tests - OK
[ ] Wrong Use Tests - OK
[ ] Unit tests - pass
[ ] Functional tests - OK - pass
[ ] End-to-End tests - pass
[ ] Linting - No errors
- Design Structure and Scalability:
- Efficiency:
- Clarity:
- Security Leaks:
- Code Coverage: Run test code coverage and it should be as close to 100% as possible. Preferably, coverage should not reduce
- Requirement Tests: should be sufficient
- Wrong Use Tests: should be sufficient
- Tests: Run all test and they should pass
- End-to-End Tests: Run End-to-End tests and they should pass
- Linting: Run code linting and there should be no linting errors