You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to add coverage to the tests. At the moment, if someone adds a new feature, the onus is on them to remember to add tests to check that it's working. Also it gives more confidence when making changes if you can see the test-suite is really covering the full range of functionality.
We could set it up so that if the coverage drops below a certain threshold, then the tests fail. This is how I set it up in atoMEC.
I suggest to add coverage to the tests. At the moment, if someone adds a new feature, the onus is on them to remember to add tests to check that it's working. Also it gives more confidence when making changes if you can see the test-suite is really covering the full range of functionality.
We could set it up so that if the coverage drops below a certain threshold, then the tests fail. This is how I set it up in atoMEC.
What do you think @RandomDefaultUser?
The text was updated successfully, but these errors were encountered: