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: add dedupeDependencies utility #175

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

Conversation

OrbisK
Copy link

@OrbisK OrbisK commented Dec 28, 2024

fix #166

@pi0 pi0 changed the title feat: add dedupe util feat: add dedupeDependencies utility Dec 28, 2024
src/api.ts Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 28, 2024

Codecov Report

Attention: Patch coverage is 28.12500% with 23 lines in your changes missing coverage. Please review.

Project coverage is 62.52%. Comparing base (660392f) to head (fa96ead).
Report is 67 commits behind head on main.

Files with missing lines Patch % Lines
src/cli.ts 0.00% 20 Missing ⚠️
src/api.ts 75.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #175       +/-   ##
===========================================
- Coverage   82.17%   62.52%   -19.65%     
===========================================
  Files           6        5        -1     
  Lines         516      515        -1     
  Branches       71      101       +30     
===========================================
- Hits          424      322      -102     
- Misses         91      190       +99     
- Partials        1        3        +2     

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

src/api.ts Outdated Show resolved Hide resolved
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.

util to dedup dependencies
2 participants