brandonchinn178 / toml-reader

Haskell library for parsing v1.0 TOML files
https://hackage.haskell.org/package/toml-reader
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Implement DecodeTOML #2

Closed brandonchinn178 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #2 (1cfc60f) into main (ffa9c66) will increase coverage by 56.99%. The diff coverage is 53.75%.

@@            Coverage Diff             @@
##            main       #2       +/-   ##
==========================================
+ Coverage   0.00%   56.99%   +56.99%     
==========================================
  Files          2        6        +4     
  Lines        471      686      +215     
  Branches      10       18        +8     
==========================================
+ Hits           0      391      +391     
+ Misses       471      289      -182     
- Partials       0        6        +6     
Impacted Files Coverage Δ
src/TOML/Parser.hs 56.45% <43.33%> (+56.45%) :arrow_up:
src/TOML/Value.hs 46.15% <46.15%> (ø)
src/TOML/Decode.hs 50.00% <49.47%> (ø)
src/TOML/Utils/NonEmpty.hs 77.77% <77.77%> (ø)
src/TOML/Error.hs 82.50% <100.00%> (ø)
src/TOML/Utils/Map.hs 100.00% <100.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 ffa9c66...1cfc60f. Read the comment docs.