ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

Finish covering api with tests #71

Closed xxami closed 6 years ago

xxami commented 6 years ago

added the last couple of untested methods here, now if this is okay, i'm done with this part of the code, back to manga support :P

codecov-io commented 6 years ago

Codecov Report

Merging #71 into master will increase coverage by 8.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   76.09%   84.23%   +8.14%     
==========================================
  Files           9        9              
  Lines         297      368      +71     
==========================================
+ Hits          226      310      +84     
+ Misses         71       58      -13
Impacted Files Coverage Δ
tests/test_api.py 100% <100%> (ø) :arrow_up:
tests/mal_responses.py 100% <100%> (ø)
mal/api.py 97.36% <0%> (+17.1%) :arrow_up:

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 96b93ea...0831db9. Read the comment docs.

ryukinix commented 6 years ago

Really thank you to all this painful job! ❤️

ryukinix commented 6 years ago

Related to #13