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 support for dynamic dependencies with setuptools #724

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Merge branch 'main' into deptry_dynamic_pyproject

d7e9263
Select commit
Loading
Failed to load commit list.
Open

add support for dynamic dependencies with setuptools #724

Merge branch 'main' into deptry_dynamic_pyproject
d7e9263
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 10, 2024 in 0s

92.3% (target 90.0%)

View this Pull Request on Codecov

92.3% (target 90.0%)

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 6 lines in your changes missing coverage. Please review.

Project coverage is 92.3%. Comparing base (8a3b0bd) to head (d7e9263).

Files Patch % Lines
python/deptry/dependency_getter/builder.py 77.7% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #724     +/-   ##
=======================================
- Coverage   92.8%   92.3%   -0.5%     
=======================================
  Files         35      35             
  Lines        920     946     +26     
  Branches     165     168      +3     
=======================================
+ Hits         854     874     +20     
- Misses        52      57      +5     
- Partials      14      15      +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.