vertical-blank / sql-formatter

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

fix quote operator and test #47

Closed vertical-blank closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (8bcdba5) into master (cea92a6) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #47      +/-   ##
============================================
+ Coverage     89.30%   89.32%   +0.01%     
  Complexity      271      271              
============================================
  Files            25       25              
  Lines           898      899       +1     
  Branches         46       46              
============================================
+ Hits            802      803       +1     
  Misses           83       83              
  Partials         13       13              
Impacted Files Coverage Δ
...al_blank/sqlformatter/languages/StringLiteral.java 96.00% <100.00%> (+0.16%) :arrow_up:

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 cea92a6...8bcdba5. Read the comment docs.