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

fix(dependency): fix incorrect dependency resolution by favouring latest #143

Merged
merged 1 commit into from
Dec 3, 2024

fix(dependency): fixes incorrect transitive dependency resolution

da221ba
Select commit
Loading
Failed to load commit list.
Merged

fix(dependency): fix incorrect dependency resolution by favouring latest #143

fix(dependency): fixes incorrect transitive dependency resolution
da221ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 1, 2024 in 1s

46.41% (+0.04%) compared to 2bd58ec

View this Pull Request on Codecov

46.41% (+0.04%) compared to 2bd58ec

Details

Codecov Report

Attention: Patch coverage is 96.84211% with 3 lines in your changes missing coverage. Please review.

Project coverage is 46.41%. Comparing base (2bd58ec) to head (da221ba).
Report is 66 commits behind head on main.

Files with missing lines Patch % Lines
...ckage/dependencies/TransitiveDependencyResolver.ts 96.84% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
+ Coverage   46.36%   46.41%   +0.04%     
==========================================
  Files          73       72       -1     
  Lines        2836     3447     +611     
  Branches      328      760     +432     
==========================================
+ Hits         1315     1600     +285     
- Misses       1496     1704     +208     
- Partials       25      143     +118     

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