HaxeCheckstyle / haxe-formatter

Haxe code formatter based on tokentree
https://haxecheckstyle.github.io/haxe-formatter-docs/#codesamples.CommonSamples.allman_curlies
MIT License
72 stars 16 forks source link

fix conditional lineends / wrapping #654

Closed AlexHaxe closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #654 (7afd9ec) into master (0c6518d) will decrease coverage by 0.01%. The diff coverage is 93.75%.

@@            Coverage Diff             @@
##           master     #654      +/-   ##
==========================================
- Coverage   88.94%   88.93%   -0.02%     
==========================================
  Files          19       19              
  Lines        7390     7408      +18     
  Branches      313      313              
==========================================
+ Hits         6573     6588      +15     
- Misses        504      507       +3     
  Partials      313      313              
Impacted Files Coverage Δ
src/formatter/marker/wrapping/MarkWrappingBase.hx 77.17% <ø> (-0.15%) :arrow_down:
src/formatter/marker/MarkWhitespace.hx 94.84% <90.90%> (-0.08%) :arrow_down:
src/formatter/marker/MarkLineEnds.hx 89.69% <95.23%> (-0.09%) :arrow_down:

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 0c6518d...7afd9ec. Read the comment docs.