vertical-blank / sql-formatter

SQL formatter written with only Java Standard Library, without dependencies.
MIT License
223 stars 46 forks source link

[wip] Catch up #32

Closed vertical-blank closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #32 (1811b1b) into master (940ce79) will decrease coverage by 8.00%. The diff coverage is 84.63%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #32      +/-   ##
============================================
- Coverage     92.46%   84.45%   -8.01%     
- Complexity      198      250      +52     
============================================
  Files            17       25       +8     
  Lines           478      888     +410     
  Branches         35       45      +10     
============================================
+ Hits            442      750     +308     
- Misses           26      123      +97     
- Partials         10       15       +5     
Impacted Files Coverage Δ Complexity Δ
...thub/vertical_blank/sqlformatter/SqlFormatter.java 35.48% <36.66%> (-24.52%) 2.00 <2.00> (-7.00)
...ertical_blank/sqlformatter/core/DialectConfig.java 39.04% <39.04%> (-60.96%) 2.00 <2.00> (ø)
...ithub/vertical_blank/sqlformatter/core/Params.java 58.06% <58.06%> (-6.23%) 4.00 <4.00> (ø)
...ub/vertical_blank/sqlformatter/core/util/Util.java 68.00% <70.83%> (+2.78%) 10.00 <10.00> (-2.00) :arrow_up:
...vertical_blank/sqlformatter/core/FormatConfig.java 72.72% <72.72%> (-14.78%) 2.00 <2.00> (ø)
...tical_blank/sqlformatter/core/util/JSLikeList.java 78.26% <78.26%> (+3.26%) 13.00 <13.00> (+6.00)
...vertical_blank/sqlformatter/languages/Dialect.java 83.33% <83.33%> (ø) 2.00 <2.00> (?)
.../vertical_blank/sqlformatter/core/Indentation.java 89.28% <89.28%> (+2.32%) 11.00 <11.00> (+2.00)
...github/vertical_blank/sqlformatter/core/Token.java 91.11% <91.11%> (+3.61%) 22.00 <22.00> (+20.00)
...lank/sqlformatter/languages/SparkSqlFormatter.java 91.17% <91.17%> (ø) 8.00 <8.00> (?)
... and 25 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 940ce79...b337986. Read the comment docs.