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: handle multiple diff lines #32

Merged
merged 3 commits into from
Sep 18, 2024
Merged

fix: handle multiple diff lines #32

merged 3 commits into from
Sep 18, 2024

Conversation

yeonjuan
Copy link
Owner

@yeonjuan yeonjuan commented Sep 18, 2024

fixes #31

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.46%. Comparing base (d2a5a5e) to head (ca33de4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   98.45%   98.46%   +0.01%     
==========================================
  Files           4        4              
  Lines         194      196       +2     
  Branches       59       60       +1     
==========================================
+ Hits          191      193       +2     
  Misses          2        2              
  Partials        1        1              
Flag Coverage Δ
unittest 98.46% <100.00%> (+0.01%) ⬆️

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

Files with missing lines Coverage Δ
src/parse-git-diff.ts 98.27% <100.00%> (+0.02%) ⬆️

@yeonjuan yeonjuan merged commit 80d7e09 into main Sep 18, 2024
3 checks passed
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.

Diff not parsing for added file
2 participants