Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 373 Bytes

File metadata and controls

8 lines (7 loc) · 373 Bytes

Tvlab Coding guidelines

  • All tests and checks should run in CI and be enforced
  • Pull requests should follow chapters coding guidelines
  • Code review with atleast 2 reviewers before merging anything is enforced
  • Static code analysis should always pass
  • Prefer that new business logic has unit test
  • New features should have E2E tests to verify business requirements