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

feat: support for new-style imports (#70) #72

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

holtgrewe
Copy link
Contributor

No description provided.

@holtgrewe holtgrewe linked an issue Nov 3, 2023 that may be closed by this pull request
4 tasks
@holtgrewe holtgrewe changed the title 70 implement support for new style imports feat: support for new-style imports (#70) Nov 3, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (0afb87c) 84.63% compared to head (5b81cca) 85.01%.
Report is 10 commits behind head on main.

❗ Current head 5b81cca differs from pull request most recent head e5af8d4. Consider uploading reports for the commit e5af8d4 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
+ Coverage   84.63%   85.01%   +0.38%     
==========================================
  Files          19       19              
  Lines        1347     1435      +88     
==========================================
+ Hits         1140     1220      +80     
- Misses        207      215       +8     
Files Coverage Δ
varfish_cli/api/models.py 100.00% <100.00%> (ø)
varfish_cli/api/project.py 100.00% <100.00%> (ø)
varfish_cli/cli/__init__.py 84.21% <100.00%> (ø)
varfish_cli/cli/common.py 90.00% <100.00%> (+0.09%) ⬆️
varfish_cli/config.py 92.30% <96.96%> (+4.50%) ⬆️
varfish_cli/cli/projects.py 85.71% <78.94%> (-14.29%) ⬇️

Copy link
Contributor

github-actions bot commented Nov 3, 2023

Please format your code with black: make black.

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.

Implement support for new-style imports
1 participant