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: improve resolving of maven based dependencies #7981

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

When retrieving pom for the artifact do not include a classifier, ign…

39f1284
Select commit
Loading
Failed to load commit list.
Draft

feat: improve resolving of maven based dependencies #7981

When retrieving pom for the artifact do not include a classifier, ign…
39f1284
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 2, 2023 in 1s

66.46% (-0.54%) compared to d785b4f

View this Pull Request on Codecov

66.46% (-0.54%) compared to d785b4f

Details

Codecov Report

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

Comparison is base (d785b4f) 66.99% compared to head (39f1284) 66.46%.
Report is 55 commits behind head on main.

Files Patch % Lines
...nagers/maven/src/main/kotlin/utils/MavenSupport.kt 0.00% 44 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7981      +/-   ##
============================================
- Coverage     66.99%   66.46%   -0.54%     
+ Complexity     2041     2038       -3     
============================================
  Files           356      357       +1     
  Lines         17103    17297     +194     
  Branches       2443     2502      +59     
============================================
+ Hits          11459    11496      +37     
- Misses         4623     4768     +145     
- Partials       1021     1033      +12     

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