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

Fix codecov upload #82

Closed brandon-leapyear closed 2 years ago

brandon-leapyear commented 2 years ago

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


codecov-commenter commented 2 years ago

Codecov Report

Merging #82 (5da5445) into main (59b8a4b) will increase coverage by 61.28%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main      #82       +/-   ##
===========================================
+ Coverage   26.26%   87.54%   +61.28%     
===========================================
  Files          14       14               
  Lines         514      514               
  Branches       24        0       -24     
===========================================
+ Hits          135      450      +315     
+ Misses        370       64      -306     
+ Partials        9        0        -9     
Impacted Files Coverage Δ
src/Data/Aeson/Schema/TH/Getter.hs 100.00% <0.00%> (+7.14%) :arrow_up:
src/Data/Aeson/Schema/TH/Utils.hs 75.70% <0.00%> (+29.90%) :arrow_up:
src/Data/Aeson/Schema/TH/Parse.hs 95.45% <0.00%> (+53.40%) :arrow_up:
src/Data/Aeson/Schema/TH/Get.hs 82.97% <0.00%> (+57.44%) :arrow_up:
src/Data/Aeson/Schema/TH/Unwrap.hs 91.22% <0.00%> (+57.89%) :arrow_up:
src/Data/Aeson/Schema/Utils/Sum.hs 75.00% <0.00%> (+75.00%) :arrow_up:
src/Data/Aeson/Schema/Utils/NameLike.hs 91.66% <0.00%> (+75.00%) :arrow_up:
src/Data/Aeson/Schema/Type.hs 87.50% <0.00%> (+81.25%) :arrow_up:
src/Data/Aeson/Schema/Key.hs 88.23% <0.00%> (+82.35%) :arrow_up:
src/Data/Aeson/Schema/TH/Schema.hs 90.90% <0.00%> (+90.90%) :arrow_up:
... and 3 more

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 59b8a4b...5da5445. Read the comment docs.