leandcesar / themoviedb

A modern and easy to use API wrapper for The Movie Database (TMDb) API v3 written in Python.
https://pypi.org/project/themoviedb
MIT License
25 stars 7 forks source link

Add full support for `Person` and `TV` #14

Closed leandcesar closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 97.05% and project coverage change: +0.37 :tada:

Comparison is base (cfd0274) 91.26% compared to head (a8ba3fa) 91.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #14 +/- ## ========================================== + Coverage 91.26% 91.63% +0.37% ========================================== Files 53 55 +2 Lines 1465 1542 +77 ========================================== + Hits 1337 1413 +76 - Misses 128 129 +1 ``` | [Impacted Files](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar) | Coverage Δ | | |---|---|---| | [themoviedb/schemas/\_partial.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL19wYXJ0aWFsLnB5) | `84.39% <84.61%> (-0.34%)` | :arrow_down: | | [themoviedb/schemas/\_enums.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL19lbnVtcy5weQ==) | `97.29% <94.11%> (-2.71%)` | :arrow_down: | | [themoviedb/routes/people.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9yb3V0ZXMvcGVvcGxlLnB5) | `94.59% <100.00%> (+0.47%)` | :arrow_up: | | [themoviedb/routes/tv.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9yb3V0ZXMvdHYucHk=) | `100.00% <100.00%> (ø)` | | | [themoviedb/schemas/\_\_init\_\_.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [themoviedb/schemas/content\_rating.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL2NvbnRlbnRfcmF0aW5nLnB5) | `100.00% <100.00%> (ø)` | | | [themoviedb/schemas/credit.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL2NyZWRpdC5weQ==) | `100.00% <100.00%> (ø)` | | | [themoviedb/schemas/episode\_groups.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL2VwaXNvZGVfZ3JvdXBzLnB5) | `100.00% <100.00%> (ø)` | | | [themoviedb/schemas/images.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL2ltYWdlcy5weQ==) | `97.14% <100.00%> (+1.14%)` | :arrow_up: | | [themoviedb/schemas/networks.py](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar#diff-dGhlbW92aWVkYi9zY2hlbWFzL25ldHdvcmtzLnB5) | `100.00% <100.00%> (+13.33%)` | :arrow_up: | | ... and [1 more](https://codecov.io/gh/leandcesar/themoviedb/pull/14?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leandro+C%C3%A9sar)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.