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
When making simple changes to much of the guests app code we get codecov fails because actually there are no unit tests for classes like:
Controller/RegisterController
Controller/SettingsController
Controller/UsersController
Settings/Admin.php
AppWhitelist.php
Mail.php
Add unit tests.
Note: we have reasonable acceptance test coverage of the main functionality of guests app, so for example, PR #384 touched Controller/UsersController and codecov failed but actually the change was covered by acceptance tests anyway.
The text was updated successfully, but these errors were encountered:
When making simple changes to much of the guests app code we get codecov fails because actually there are no unit tests for classes like:
Add unit tests.
Note: we have reasonable acceptance test coverage of the main functionality of guests app, so for example, PR #384 touched
Controller/UsersController
and codecov failed but actually the change was covered by acceptance tests anyway.The text was updated successfully, but these errors were encountered: