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

Work around bug in difflib #116

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Work around bug in difflib #116

merged 1 commit into from
Nov 6, 2023

Conversation

drdavella
Copy link
Member

Overview

Works around an edge case in difflib that produces incorrect diffs

Description

@drdavella drdavella marked this pull request as ready for review November 3, 2023 21:35
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #116 (051540b) into main (7b924bc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   95.95%   95.95%           
=======================================
  Files          62       62           
  Lines        2568     2572    +4     
=======================================
+ Hits         2464     2468    +4     
  Misses        104      104           
Files Coverage Δ
src/codemodder/codemodder.py 96.94% <100.00%> (+0.09%) ⬆️

@drdavella drdavella merged commit f20e61f into main Nov 6, 2023
11 checks passed
@drdavella drdavella deleted the fix-diff-edge-case branch November 6, 2023 14:26
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