HaxeCheckstyle / haxe-checkstyle

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

added CommentedOutCode check #512

Closed AlexHaxe closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #512 (8169331) into dev (773bf04) will decrease coverage by 5.28%. The diff coverage is 99.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #512      +/-   ##
==========================================
- Coverage   94.49%   89.20%   -5.29%     
==========================================
  Files         106      107       +1     
  Lines        7278     7371      +93     
  Branches      816      931     +115     
==========================================
- Hits         6877     6575     -302     
  Misses        401      401              
- Partials        0      395     +395     
Impacted Files Coverage Δ
src/checkstyle/Checker.hx 86.14% <ø> (-0.09%) :arrow_down:
...c/checkstyle/checks/whitespace/IndentationCheck.hx 94.78% <ø> (-4.92%) :arrow_down:
...heckstyle/checks/comments/CommentedOutCodeCheck.hx 99.01% <99.01%> (ø)
...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/checks/literal/ERegLiteralCheck.hx 83.33% <0.00%> (-16.67%) :arrow_down:
.../checkstyle/checks/modifier/PublicAccessorCheck.hx 83.33% <0.00%> (-16.67%) :arrow_down:
...ckstyle/checks/coding/AvoidTernaryOperatorCheck.hx 84.61% <0.00%> (-15.39%) :arrow_down:
...ckstyle/checks/whitespace/WhitespaceAroundCheck.hx 86.61% <0.00%> (-13.39%) :arrow_down:
...checkstyle/checks/whitespace/SeparatorWrapCheck.hx 87.50% <0.00%> (-12.50%) :arrow_down:
... and 65 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 773bf04...8169331. Read the comment docs.