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

Fix files location #4

Closed petertrr closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #4 (ff81359) into main (6a00d17) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main       #4   +/-   ##
=========================================
  Coverage     91.46%   91.46%           
  Complexity      173      173           
=========================================
  Files            18       18           
  Lines          1113     1113           
  Branches        103      103           
=========================================
  Hits           1018     1018           
  Misses           62       62           
  Partials         33       33           
Flag Coverage Δ Complexity Δ
unittests 91.46% <ø> (ø) 173.00 <ø> (ø)

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

Impacted Files Coverage Δ Complexity Δ
...n/kotlin/io/github/petertrr/diffutils/DiffUtils.kt 78.12% <ø> (ø) 0.00 <0.00> (?)
...n/io/github/petertrr/diffutils/algorithm/Change.kt 100.00% <ø> (ø) 5.00 <0.00> (?)
...thub/petertrr/diffutils/algorithm/DiffAlgorithm.kt 0.00% <ø> (ø) 0.00 <0.00> (?)
...ub/petertrr/diffutils/algorithm/myers/MyersDiff.kt 89.65% <ø> (ø) 21.00 <0.00> (?)
...hub/petertrr/diffutils/algorithm/myers/PathNode.kt 77.77% <ø> (ø) 8.00 <0.00> (?)
...kotlin/io/github/petertrr/diffutils/patch/Chunk.kt 61.53% <ø> (ø) 9.00 <0.00> (?)
...kotlin/io/github/petertrr/diffutils/patch/Delta.kt 54.54% <ø> (ø) 2.00 <0.00> (?)
...kotlin/io/github/petertrr/diffutils/patch/Patch.kt 82.60% <ø> (ø) 6.00 <0.00> (?)
...b/petertrr/diffutils/patch/PatchFailedException.kt 0.00% <ø> (ø) 0.00 <0.00> (?)
...otlin/io/github/petertrr/diffutils/text/DiffRow.kt 100.00% <ø> (ø) 1.00 <0.00> (?)
... and 8 more

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 6a00d17...ff81359. Read the comment docs.