JuliaLang / Tokenize.jl

Tokenization for Julia source code
Other
104 stars 30 forks source link

Treat UTF-8 BOM as WS #197

Closed pfitzseb closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #197 (ac76aaf) into master (bed7f32) will increase coverage by 5.23%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #197      +/-   ##
==========================================
+ Coverage   77.81%   83.05%   +5.23%     
==========================================
  Files           4        4              
  Lines         861      832      -29     
==========================================
+ Hits          670      691      +21     
+ Misses        191      141      -50     
Impacted Files Coverage Δ
src/lexer.jl 93.80% <100.00%> (+0.05%) :arrow_up:
src/_precompile.jl 0.00% <0.00%> (ø)
src/token.jl 74.68% <0.00%> (+1.26%) :arrow_up:
src/utilities.jl 100.00% <0.00%> (+64.47%) :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 bed7f32...ac76aaf. Read the comment docs.

KristofferC commented 2 years ago

LGTM. I think we have a "breaking" change on master now though (the stuff I removed that the Atom plug in apparently uses)