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: print lock file on failed packages #1015

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

Conversation

rluvaton
Copy link
Member

Fixes #1014

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • contribution guidelines followed
    here

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2023

Codecov Report

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

Comparison is base (b8193a7) 96.44% compared to head (df83110) 94.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1015      +/-   ##
==========================================
- Coverage   96.44%   94.54%   -1.91%     
==========================================
  Files          28       29       +1     
  Lines        2139     2200      +61     
==========================================
+ Hits         2063     2080      +17     
- Misses         76      120      +44     
Files Coverage Δ
lib/bin/citgm-all.js 95.35% <100.00%> (+0.01%) ⬆️
lib/bin/citgm.js 100.00% <100.00%> (ø)
lib/common-args.js 100.00% <100.00%> (ø)
lib/package-manager/index.js 83.33% <33.33%> (-16.67%) ⬇️
lib/citgm.js 93.25% <21.42%> (-6.75%) ⬇️
lib/package-manager/get-lock-file.js 12.90% <12.90%> (ø)

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

@rluvaton
Copy link
Member Author

Multiline output is not handled very well, do you guys have any suggestions?

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.

Print package-lock.json/yarn.lock for failed tests
2 participants