JuliaLang / TOML.jl

A fast TOML parser for TOML 1.0 written in Julia
MIT License
34 stars 15 forks source link

TOML: fix converted tabular data printing (#41009) #24

Closed KristofferC closed 3 years ago

KristofferC commented 3 years ago

Upstream of https://github.com/JuliaLang/julia/pull/41009

codecov-commenter commented 3 years ago

Codecov Report

Merging #24 (9cf73b5) into master (7653c7a) will decrease coverage by 18.76%. The diff coverage is 64.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #24       +/-   ##
===========================================
- Coverage   84.97%   66.20%   -18.77%     
===========================================
  Files           3        3               
  Lines         659      654        -5     
===========================================
- Hits          560      433      -127     
- Misses         99      221      +122     
Impacted Files Coverage Δ
src/print.jl 65.85% <64.00%> (-20.40%) :arrow_down:
src/parser.jl 65.53% <0.00%> (-18.89%) :arrow_down:
src/TOML.jl 100.00% <0.00%> (ø)

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 7653c7a...9cf73b5. Read the comment docs.