Skip to content

Conversation

@joyeecheung
Copy link
Member

Previously we parse the entire commit, including the diff, which can result in ENOBUFS errors. Adding -s option to the git show command would eliminate the commit body in the output, which we don't need, so the error can be less likely to happen during commit message analysis.

Previously we parse the entire commit, including the diff, which
can result in ENOBUFS errors. Adding `-s` option to the `git show`
command would eliminate the commit body in the output, which
we don't need, so the error can be less likely to happen during
commit message analysis.
@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Base: 84.03% // Head: 84.03% // No change to project coverage 👍

Coverage data is based on head (77651b1) compared to base (c4ab7f5).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #651   +/-   ##
=======================================
  Coverage   84.03%   84.03%           
=======================================
  Files          37       37           
  Lines        4077     4077           
=======================================
  Hits         3426     3426           
  Misses        651      651           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@aduh95 aduh95 merged commit 4e59a64 into nodejs:main Oct 12, 2022
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