Closed soininen closed 3 months ago
Attention: Patch coverage is 77.77778%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 66.94%. Comparing base (
deb9cbe
) to head (57fa23a
).
Files | Patch % | Lines |
---|---|---|
spinetoolbox/spine_db_manager.py | 60.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR fixes a bug where multiple database upgrade dialogs would pop up for a single Data store if user kept cancelling the dialogs. We now ask just once if an upgrade is desirable, though users are given a second chance if they try to open the DB in the editor.
Fixes #2915
Checklist before merging