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

Reformat using python-black #240

Merged
merged 2 commits into from
Jan 3, 2025

Make pylint happy after reformat

2b12854
Select commit
Loading
Failed to load commit list.
Merged

Reformat using python-black #240

Make pylint happy after reformat
2b12854
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2025 in 0s

93.18% (-0.26%) compared to a3e4d17, passed because coverage increased by 0.75% when compared to adjusted base (92.43%)

View this Pull Request on Codecov

93.18% (-0.26%) compared to a3e4d17, passed because coverage increased by 0.75% when compared to adjusted base (92.43%)

Details

Codecov Report

Attention: Patch coverage is 97.06376% with 70 lines in your changes missing coverage. Please review.

Project coverage is 93.18%. Comparing base (a3e4d17) to head (2b12854).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
qubes_config/global_config/thisdevice_handler.py 75.00% 11 Missing ⚠️
qubes_config/global_config/policy_rules.py 87.09% 8 Missing ⚠️
qubes_config/new_qube/new_qube_app.py 88.88% 6 Missing ⚠️
qubes_config/policy_editor/policy_editor.py 94.44% 5 Missing ⚠️
qubes_config/tests/conftest.py 95.57% 5 Missing ⚠️
...bes_config/tests/test_policy_exceptions_handler.py 91.37% 5 Missing ⚠️
qubes_config/tests/test_policy_handler.py 93.58% 5 Missing ⚠️
qubes_config/global_config/policy_handler.py 93.10% 4 Missing ⚠️
...g/tests/test_new_qube/test_application_selector.py 95.18% 4 Missing ⚠️
qubes_config/global_config/global_config.py 93.02% 3 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #240      +/-   ##
==========================================
- Coverage   93.43%   93.18%   -0.26%     
==========================================
  Files          57       58       +1     
  Lines       10999    11046      +47     
==========================================
+ Hits        10277    10293      +16     
- Misses        722      753      +31     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.