HaxeCheckstyle / haxe-checkstyle

Haxe Checkstyle
http://haxecheckstyle.github.io/docs
MIT License
124 stars 27 forks source link

added related messages for CodeSimilarity check #506

Closed AlexHaxe closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #506 (4201622) into dev (b1f356d) will decrease coverage by 5.46%. The diff coverage is 96.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #506      +/-   ##
==========================================
- Coverage   94.55%   89.09%   -5.47%     
==========================================
  Files         106      106              
  Lines        7223     7273      +50     
  Branches      920      815     -105     
==========================================
- Hits         6830     6480     -350     
- Misses        358      793     +435     
+ Partials       35        0      -35     
Impacted Files Coverage Δ
src/checkstyle/CheckerThread.hx 89.33% <ø> (-4.09%) :arrow_down:
src/checkstyle/utils/ComplexTypeUtils.hx 0.00% <0.00%> (-12.05%) :arrow_down:
...rc/checkstyle/checks/coding/CodeSimilarityCheck.hx 97.29% <96.87%> (-1.52%) :arrow_down:
src/checkstyle/Checker.hx 86.22% <100.00%> (ø)
src/checkstyle/checks/Check.hx 80.41% <100.00%> (-6.19%) :arrow_down:
src/checkstyle/detect/DetectionReporter.hx 60.00% <100.00%> (-6.67%) :arrow_down:
src/checkstyle/utils/ExprUtils.hx 82.72% <100.00%> (-0.88%) :arrow_down:
...eckstyle/checks/whitespace/WhitespaceAfterCheck.hx 53.40% <0.00%> (-46.60%) :arrow_down:
.../checkstyle/checks/whitespace/OperatorWrapCheck.hx 60.21% <0.00%> (-39.79%) :arrow_down:
src/checkstyle/utils/ArrayUtils.hx 0.00% <0.00%> (-16.67%) :arrow_down:
... and 70 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 b1f356d...4201622. Read the comment docs.