citgm icon indicating copy to clipboard operation
citgm copied to clipboard

feat: print lock file on failed packages

Open rluvaton opened this issue 2 years ago • 2 comments

Fixes #1014

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

rluvaton avatar Oct 15 '23 23:10 rluvaton

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%) :arrow_up:
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%) :arrow_down:
lib/citgm.js 93.25% <21.42%> (-6.75%) :arrow_down:
lib/package-manager/get-lock-file.js 12.90% <12.90%> (ø)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Oct 15 '23 23:10 codecov-commenter

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

rluvaton avatar Oct 17 '23 09:10 rluvaton