Closed droidmonkey closed 1 month ago
Attention: Patch coverage is 30.00000%
with 42 lines
in your changes missing coverage. Please review.
Project coverage is 62.90%. Comparing base (
ea2e36c
) to head (3511cab
). Report is 10 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
src/gui/ApplicationSettingsWidget.cpp | 26.67% | 22 Missing :warning: |
src/core/Config.cpp | 0.00% | 20 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
src/gui/dbsettings/DatabaseSettingsWidgetEncryption.ui: Warning: Tab-stop assignment: 'advancedSettingsButton' is not a valid widget.
<- maybe this could be fixed also?
Fixes #11298
Fix detection regex for yubikey on Windows - something changed in the behavior of regex in Qt that prevents matches using a begin line caret without a complementary end line.
Minor UI fixes
Add Import/Export to application settings
Screenshots
Testing strategy
All unit tests pass, tested new features manually
Type of change