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
Middlewares and reducers are the core of our application, so they should have the best test coverage. It is usually quite easy to test them. karma-coverage check should be set up to override test coverage to require 100% line coverage on src/store/**, so that when we are adding more middlewares and reducers, CI will not allow us to merge it without full test coverage.
Actual behaviour
Some parts are missing test coverage.
The text was updated successfully, but these errors were encountered:
Expected behaviour
Middlewares and reducers are the core of our application, so they should have the best test coverage. It is usually quite easy to test them.
karma-coverage check should be set up to override test coverage to require 100% line coverage on
src/store/**
, so that when we are adding more middlewares and reducers, CI will not allow us to merge it without full test coverage.Actual behaviour
Some parts are missing test coverage.
The text was updated successfully, but these errors were encountered: