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

Feature: add subcommand to convert an existing QGIS profile into a QDT config #269

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Guts
Copy link
Owner

@Guts Guts commented May 26, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 26, 2023

Codecov Report

Attention: Patch coverage is 62.06897% with 11 lines in your changes missing coverage. Please review.

Project coverage is 71.02%. Comparing base (dbfd1c3) to head (50682ef).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
- Coverage   71.10%   71.02%   -0.09%     
==========================================
  Files          49       50       +1     
  Lines        3084     3113      +29     
  Branches      664      665       +1     
==========================================
+ Hits         2193     2211      +18     
- Misses        700      711      +11     
  Partials      191      191              
Flag Coverage Δ
unittests 70.41% <62.06%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
qgis_deployment_toolbelt/cli.py 81.66% <100.00%> (+1.30%) ⬆️
qgis_deployment_toolbelt/profiles/qdt_profile.py 79.45% <33.33%> (-1.55%) ⬇️
qgis_deployment_toolbelt/commands/extract.py 63.15% <63.15%> (ø)

Copy link

sonarcloud bot commented Dec 28, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Ducarouge Ducarouge force-pushed the feature/extract-from-profile branch from 57cb293 to 035d282 Compare June 12, 2024 07:36
@github-actions github-actions bot added the enhancement New feature or request label Jun 12, 2024
Copy link

sonarcloud bot commented Jun 12, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: generate profile.json and QDT profile structure from existing QGIS profile
2 participants