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

chore(node): Slightly simplify Yarn code to get package details #9133

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

sschuberth
Copy link
Member

No description provided.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
@sschuberth sschuberth requested a review from a team as a code owner September 13, 2024 09:42
@sschuberth sschuberth enabled auto-merge (rebase) September 13, 2024 09:42
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.16%. Comparing base (521bd69) to head (76d9d72).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #9133   +/-   ##
=========================================
  Coverage     67.16%   67.16%           
  Complexity     1187     1187           
=========================================
  Files           239      239           
  Lines          7899     7899           
  Branches        915      915           
=========================================
  Hits           5305     5305           
  Misses         2225     2225           
  Partials        369      369           
Flag Coverage Δ
funTest-docker 59.63% <ø> (ø)
funTest-non-docker 34.59% <ø> (ø)
test 36.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

}

return parsePackageJson(data)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's funny. I almost had a change exactly like this, but kept it out of the PR as I wasn't sure about the checkNotNull. But as you now come up with this as well, let's just do this. ^^

@sschuberth sschuberth merged commit c725523 into main Sep 13, 2024
22 checks passed
@sschuberth sschuberth deleted the yarn-simplification branch September 13, 2024 10:02
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.

2 participants