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 ParserConfig.class_factory #549

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Add ParserConfig.class_factory #549

merged 1 commit into from
Jul 8, 2021

Conversation

tefra
Copy link
Owner

@tefra tefra commented Jul 8, 2021

Resolves #548

@codecov
Copy link

codecov bot commented Jul 8, 2021

Codecov Report

Merging #549 (f61205f) into master (4eadb4a) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #549   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           93        93           
  Lines         7789      7799   +10     
  Branches      1341      1341           
=========================================
+ Hits          7789      7799   +10     
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/nodes/wildcard.py 100.00% <ø> (ø)
xsdata/formats/dataclass/parsers/config.py 100.00% <100.00%> (ø)
xsdata/formats/dataclass/parsers/json.py 100.00% <100.00%> (ø)
xsdata/formats/dataclass/parsers/nodes/element.py 100.00% <100.00%> (ø)
xsdata/formats/dataclass/parsers/nodes/union.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 4eadb4a...f61205f. Read the comment docs.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 8, 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 02247bd into master Jul 8, 2021
@tefra tefra deleted the feat-548 branch July 8, 2021 15:38
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.

Add instance factory function
1 participant