brandonchinn178 / aeson-schemas

Easily consume JSON data on-demand with type-safety
http://hackage.haskell.org/package/aeson-schemas
BSD 3-Clause "New" or "Revised" License
52 stars 1 forks source link

Upgrade Stack + LTS #40

Closed brandon-leapyear closed 4 years ago

brandon-leapyear commented 4 years ago

:sparkles: This is an old work account. Please reference @brandonchinn178 for all future communication :sparkles:


Can't use LTS 16 yet, because stack is unable to generate coverage reports: https://github.com/commercialhaskell/stack/issues/3997

codecov-commenter commented 4 years ago

Codecov Report

Merging #40 into master will increase coverage by 1.84%. The diff coverage is 94.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   85.98%   87.83%   +1.84%     
==========================================
  Files          10       11       +1     
  Lines         421      411      -10     
  Branches       31       27       -4     
==========================================
- Hits          362      361       -1     
+ Misses         49       40       -9     
  Partials       10       10              
Impacted Files Coverage Δ
src/Data/Aeson/Schema/TH/Utils.hs 73.95% <0.00%> (-0.05%) :arrow_down:
src/Data/Aeson/Schema/Utils/Sum.hs 75.00% <75.00%> (ø)
src/Data/Aeson/Schema/Internal.hs 94.66% <98.03%> (+10.14%) :arrow_up:
src/Data/Aeson/Schema/Key.hs 100.00% <100.00%> (ø)
src/Data/Aeson/Schema/Show.hs 93.75% <100.00%> (-2.09%) :arrow_down:
src/Data/Aeson/Schema/TH/Schema.hs 90.90% <100.00%> (+0.13%) :arrow_up:
src/Data/Aeson/Schema/Utils/All.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 0c913fa...ecc8543. Read the comment docs.