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

Exclude abstract elements from class fields #627

Merged
merged 1 commit into from
Nov 26, 2021
Merged

Exclude abstract elements from class fields #627

merged 1 commit into from
Nov 26, 2021

Conversation

tefra
Copy link
Owner

@tefra tefra commented Nov 26, 2021

Let's test the theory that abstract elements can't appear on the final xml document #625

@tefra tefra added the wip label Nov 26, 2021
@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #627 (a5fd4dd) into master (a76175a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #627   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           94        94           
  Lines         8172      8174    +2     
  Branches      1420      1421    +1     
=========================================
+ Hits          8172      8174    +2     
Impacted Files Coverage Δ
xsdata/codegen/handlers/attribute_type.py 100.00% <100.00%> (ø)

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 a76175a...a5fd4dd. Read the comment docs.

Notes:
The schema is invalid if an element ref points
to an abstract element, the only acceptable case
is when abstract elements are used like placeholders
for substitutions groups.
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    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 removed the wip label Nov 26, 2021
@tefra tefra merged commit 33605f0 into master Nov 26, 2021
@tefra tefra deleted the issue-625 branch November 26, 2021 13:17
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.

1 participant