petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
75 stars 5 forks source link

feat: Port changes from 4.10 #21

Closed petertrr closed 2 years ago

petertrr commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (f4c9569) into main (ee4170b) will increase coverage by 0.62%. The diff coverage is 82.05%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #21      +/-   ##
============================================
+ Coverage     83.72%   84.34%   +0.62%     
- Complexity      104      113       +9     
============================================
  Files            12       14       +2     
  Lines           467      492      +25     
  Branches         84       87       +3     
============================================
+ Hits            391      415      +24     
- Misses           52       53       +1     
  Partials         24       24              
Flag Coverage Δ
unittests 84.34% <82.05%> (+0.62%) :arrow_up:

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

Impacted Files Coverage Δ
...kotlin/io/github/petertrr/diffutils/patch/Chunk.kt 85.71% <66.66%> (+19.04%) :arrow_up:
.../github/petertrr/diffutils/patch/ConflictOutput.kt 76.47% <76.47%> (ø)
...kotlin/io/github/petertrr/diffutils/patch/Delta.kt 58.18% <83.33%> (ø)
...kotlin/io/github/petertrr/diffutils/patch/Patch.kt 84.90% <100.00%> (+1.92%) :arrow_up:
.../io/github/petertrr/diffutils/patch/VerifyChunk.kt 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ee4170b...f4c9569. Read the comment docs.