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

Refacto: replace click by argparse #194

Merged
merged 17 commits into from
Feb 28, 2023
Merged

Conversation

Guts
Copy link
Collaborator

@Guts Guts commented Feb 27, 2023

Goal: reduce number of dependencies

@github-actions github-actions bot added dependencies Project dependencies. documentation Improvements or additions to documentation packaging Making the toolbelt usable on different ways and platforms. quality Tests, project resiliency, etc. labels Feb 27, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2023

Codecov Report

Merging #194 (df07c72) into main (c4c3261) will increase coverage by 0.24%.
The diff coverage is 81.73%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
+ Coverage   64.65%   64.89%   +0.24%     
==========================================
  Files          32       34       +2     
  Lines        1757     1772      +15     
  Branches      389      375      -14     
==========================================
+ Hits         1136     1150      +14     
+ Misses        521      520       -1     
- Partials      100      102       +2     
Impacted Files Coverage Δ
qgis_deployment_toolbelt/commands/upgrade.py 77.02% <70.58%> (ø)
qgis_deployment_toolbelt/utils/bouncer.py 60.00% <75.00%> (-5.22%) ⬇️
qgis_deployment_toolbelt/cli.py 83.33% <82.35%> (+0.23%) ⬆️
qgis_deployment_toolbelt/commands/deployment.py 84.78% <84.78%> (ø)
qgis_deployment_toolbelt/__about__.py 100.00% <100.00%> (ø)
qgis_deployment_toolbelt/commands/__init__.py 100.00% <100.00%> (ø)
...loyment_toolbelt/jobs/job_profiles_synchronizer.py 59.25% <0.00%> (-9.88%) ⬇️
...deployment_toolbelt/jobs/job_plugins_downloader.py 61.32% <0.00%> (-5.67%) ⬇️
qgis_deployment_toolbelt/jobs/job_splash_screen.py 22.02% <0.00%> (-1.20%) ⬇️
qgis_deployment_toolbelt/utils/file_downloader.py 63.41% <0.00%> (+2.43%) ⬆️
... and 1 more

@Guts Guts force-pushed the refacto/replace-click-by-argparse branch from 942707c to 8a675d5 Compare February 27, 2023 18:06
@github-actions github-actions bot added the ci-cd Continuous integration and deployment. label Feb 28, 2023
@Guts Guts self-assigned this Feb 28, 2023
@Guts Guts removed documentation Improvements or additions to documentation ci-cd Continuous integration and deployment. packaging Making the toolbelt usable on different ways and platforms. labels Feb 28, 2023
@Guts Guts merged commit 91bb55d into main Feb 28, 2023
@Guts Guts deleted the refacto/replace-click-by-argparse branch February 28, 2023 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Project dependencies. quality Tests, project resiliency, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants