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

Frozen dataclasses #529

Merged
merged 7 commits into from
Jun 24, 2021
Merged

Frozen dataclasses #529

merged 7 commits into from
Jun 24, 2021

Conversation

tefra
Copy link
Owner

@tefra tefra commented Jun 16, 2021

  • Support Tuple annotations
  • Bindings
  • Code generation
  • CLI config/option
  • xs:anyAttribute Mappings <-- will ignore for now

@tefra tefra added the wip label Jun 16, 2021
@codecov
Copy link

codecov bot commented Jun 16, 2021

Codecov Report

Merging #529 (c67280e) into master (783e0d3) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #529   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           94        94           
  Lines         7693      7752   +59     
  Branches      1329      1337    +8     
=========================================
+ Hits          7693      7752   +59     
Impacted Files Coverage Δ
...sdata/formats/dataclass/parsers/nodes/primitive.py 100.00% <ø> (ø)
xsdata/formats/dataclass/parsers/nodes/standard.py 100.00% <ø> (ø)
xsdata/formats/dataclass/parsers/tree.py 100.00% <ø> (ø)
xsdata/formats/dataclass/utils.py 100.00% <ø> (ø)
xsdata/cli.py 100.00% <100.00%> (ø)
xsdata/exceptions.py 100.00% <100.00%> (ø)
xsdata/formats/converter.py 100.00% <100.00%> (ø)
xsdata/formats/dataclass/filters.py 100.00% <100.00%> (ø)
xsdata/formats/dataclass/generator.py 100.00% <100.00%> (ø)
xsdata/formats/dataclass/models/builders.py 100.00% <100.00%> (ø)
... and 11 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 783e0d3...c67280e. Read the comment docs.

@tefra tefra force-pushed the frozen branch 2 times, most recently from 375b997 to a8aa35a Compare June 23, 2021 19:58
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tefra tefra merged commit 4c580da into master Jun 24, 2021
@tefra tefra deleted the frozen branch June 24, 2021 19:39
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