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
84 stars 5 forks source link

Update kotlin to 1.6.0 #6

Closed petertrr closed 2 years ago

petertrr commented 2 years ago

chore(deps): update kotlin to 1.6.0

codecov[bot] commented 2 years ago

Codecov Report

Merging #6 (ad55521) into main (a1dc423) will increase coverage by 0.35%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main       #6      +/-   ##
============================================
+ Coverage     91.46%   91.82%   +0.35%     
+ Complexity      173      172       -1     
============================================
  Files            18       18              
  Lines          1113     1113              
  Branches        103      103              
============================================
+ Hits           1018     1022       +4     
  Misses           62       62              
+ Partials         33       29       -4     
Flag Coverage Δ
unittests 91.82% <ø> (+0.35%) :arrow_up:

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

Impacted Files Coverage Δ
...github/petertrr/diffutils/text/DiffRowGenerator.kt 90.47% <0.00%> (+0.79%) :arrow_up:
...kotlin/io/github/petertrr/diffutils/patch/Delta.kt 59.09% <0.00%> (+4.54%) :arrow_up:

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 a1dc423...ad55521. Read the comment docs.