Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor add and rename to not use exec_ #721

Merged
merged 2 commits into from
Nov 19, 2020
Merged

Refactor add and rename to not use exec_ #721

merged 2 commits into from
Nov 19, 2020

Conversation

samuel-w
Copy link
Contributor

exec_ not recommended per documentation https://doc.qt.io/qt-5/qdialog.html#exec.
Now the tests run on the actual client

rootdir is copied from #548

@codecov-io
Copy link

codecov-io commented Nov 19, 2020

Codecov Report

Merging #721 (06c4edf) into master (2f6dd6e) will increase coverage by 0.61%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #721      +/-   ##
==========================================
+ Coverage   72.94%   73.56%   +0.61%     
==========================================
  Files          52       52              
  Lines        3375     3378       +3     
==========================================
+ Hits         2462     2485      +23     
+ Misses        913      893      -20     
Impacted Files Coverage Δ
src/vorta/views/main_window.py 84.13% <100.00%> (+12.80%) ⬆️
src/vorta/views/profile_add_edit_dialog.py 100.00% <100.00%> (ø)
src/vorta/utils.py 65.57% <0.00%> (+1.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f6dd6e...06c4edf. Read the comment docs.

@m3nu m3nu merged commit 39b7f58 into borgbase:master Nov 19, 2020
@m3nu
Copy link
Contributor

m3nu commented Nov 19, 2020

Nice to see some refactoring.

@samuel-w samuel-w deleted the refactor_add_rename branch November 19, 2020 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants