Metron-Project / esak

Python wrapper for the Marvel API.
MIT License
2 stars 0 forks source link

Add missing fields to ComicSchema #25

Closed bpepple closed 3 years ago

bpepple commented 3 years ago

Changes include:

codecov-commenter commented 3 years ago

Codecov Report

Merging #25 (816d125) into master (488bf27) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   95.89%   95.96%   +0.06%     
==========================================
  Files          23       24       +1     
  Lines        1341     1363      +22     
==========================================
+ Hits         1286     1308      +22     
  Misses         55       55              
Flag Coverage Δ
unittests 95.96% <100.00%> (+0.06%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
esak/__init__.py 100.00% <100.00%> (ø)
esak/character.py 87.09% <100.00%> (ø)
esak/comic.py 94.25% <100.00%> (+0.35%) :arrow_up:
esak/creator.py 88.88% <100.00%> (ø)
esak/dates.py 100.00% <100.00%> (ø)
esak/event.py 92.53% <100.00%> (ø)
esak/generic_summary.py 100.00% <100.00%> (ø)
esak/prices.py 100.00% <100.00%> (ø)
esak/series.py 92.95% <100.00%> (ø)
esak/stories.py 87.87% <100.00%> (ø)
... 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 488bf27...816d125. Read the comment docs.