Every new feature should have
- Server side test(s) (if applicable)
- Client side test(s) (if applicable)
Add a CI step that computes the test coverage and checks for a minimum value, e.g. 90% test coverage for server tests. If possible do something similar for the client end to end tests.
Display the test coverage on
Every new feature should have
Add a CI step that computes the test coverage and checks for a minimum value, e.g. 90% test coverage for server tests. If possible do something similar for the client end to end tests.
Display the test coverage on