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
We currently, by policy, targeting 100% test coverage for Updater.py, which contains most of updater logic.
While UpdaterApp.py primarily handles the UI, we should still consider adding test coverage there to prevent regressions, given that we are introducing new functionality and further complexity (e.g. handling migrations)
The text was updated successfully, but these errors were encountered:
Related to #646
We currently, by policy, targeting 100% test coverage for
Updater.py
, which contains most of updater logic.While
UpdaterApp.py
primarily handles the UI, we should still consider adding test coverage there to prevent regressions, given that we are introducing new functionality and further complexity (e.g. handling migrations)The text was updated successfully, but these errors were encountered: