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

fix: only parse commit messages during git node backport analysis #651

Merged
merged 1 commit into from
Oct 12, 2022

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.

None yet

2 participants