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

Add output structure style single-package #470

Merged
merged 2 commits into from
May 3, 2021
Merged

Add output structure style single-package #470

merged 2 commits into from
May 3, 2021

Conversation

tefra
Copy link
Owner

@tefra tefra commented May 1, 2021

Resolves #469

  • Add a structure style to group all classes into a single package
  • Add new cli argument --structure-style
  • Depreacte --ns-struct

@codecov
Copy link

codecov bot commented May 1, 2021

Codecov Report

Merging #470 (8f0fd79) into master (338c401) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 8f0fd79 differs from pull request most recent head 3a174b1. Consider uploading reports for the commit 3a174b1 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##            master      #470   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           77        81    +4     
  Lines         7169      7258   +89     
  Branches      1283      1303   +20     
=========================================
+ Hits          7169      7258   +89     
Impacted Files Coverage Δ
xsdata/codegen/analyzer.py 100.00% <ø> (ø)
xsdata/cli.py 100.00% <100.00%> (ø)
xsdata/codegen/container.py 100.00% <100.00%> (ø)
xsdata/codegen/handlers/__init__.py 100.00% <100.00%> (ø)
xsdata/codegen/handlers/attribute_default_value.py 100.00% <100.00%> (ø)
xsdata/codegen/handlers/attribute_name_conflict.py 100.00% <100.00%> (ø)
xsdata/codegen/handlers/attribute_restrictions.py 100.00% <100.00%> (ø)
xsdata/codegen/handlers/attribute_sanitizer.py 100.00% <100.00%> (ø)
xsdata/codegen/handlers/choice_group.py 100.00% <100.00%> (ø)
xsdata/codegen/handlers/class_name_conflict.py 100.00% <100.00%> (ø)
... and 14 more

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 338c401...3a174b1. Read the comment docs.

@tefra tefra force-pushed the issue-469 branch 2 times, most recently from 37ad5c2 to 45b54da Compare May 1, 2021 16:01
@tefra tefra force-pushed the issue-469 branch 2 times, most recently from 8f0fd79 to 3a174b1 Compare May 3, 2021 17:39
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 3, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tefra tefra merged commit b74ef62 into master May 3, 2021
@tefra tefra deleted the issue-469 branch May 3, 2021 17:41
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.

Circular imports?
1 participant