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

Use importlib for version detection #515

Merged
merged 1 commit into from
Jun 5, 2021
Merged

Use importlib for version detection #515

merged 1 commit into from
Jun 5, 2021

Conversation

tefra
Copy link
Owner

@tefra tefra commented Jun 4, 2021

I had to add setuptools to the runtime dependencies for conda-forge recently, I am not sure what changed but yeah let's get rid of it from the runtime requirements.

@codecov
Copy link

codecov bot commented Jun 4, 2021

Codecov Report

Merging #515 (df11d8b) into master (448ce45) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #515   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           86        87    +1     
  Lines         7507      7508    +1     
  Branches      1313      1313           
=========================================
+ Hits          7507      7508    +1     
Impacted Files Coverage Δ
xsdata/__init__.py 100.00% <100.00%> (ø)
xsdata/cli.py 100.00% <100.00%> (ø)
xsdata/models/config.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 448ce45...df11d8b. Read the comment docs.

@tefra tefra force-pushed the use-importlib-version branch from f8ac0b7 to df11d8b Compare June 5, 2021 08:38
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 5, 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 e3e5dcd into master Jun 5, 2021
@tefra tefra deleted the use-importlib-version branch June 5, 2021 08:58
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