martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

Use `_get_resource` in App.slug #128

Closed mbirtwell closed 1 year ago

mbirtwell commented 1 year ago

We should expect a single slug here because we're providing an id

codecov-commenter commented 1 year ago

Codecov Report

Base: 48.27% // Head: 50.00% // Increases project coverage by +1.72% :tada:

Coverage data is based on head (7819131) compared to base (9d495eb). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #128 +/- ## ========================================== + Coverage 48.27% 50.00% +1.72% ========================================== Files 30 32 +2 Lines 1307 1436 +129 Branches 164 178 +14 ========================================== + Hits 631 718 +87 - Misses 662 703 +41 - Partials 14 15 +1 ``` | [Impacted Files](https://codecov.io/gh/martyzz1/heroku3.py/pull/128?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [heroku3/models/app.py](https://codecov.io/gh/martyzz1/heroku3.py/pull/128?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aGVyb2t1My9tb2RlbHMvYXBwLnB5) | `32.12% <0.00%> (ø)` | | | [heroku3/models/\_\_init\_\_.py](https://codecov.io/gh/martyzz1/heroku3.py/pull/128?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aGVyb2t1My9tb2RlbHMvX19pbml0X18ucHk=) | `65.57% <0.00%> (ø)` | | | [heroku3/\_\_init\_\_.py](https://codecov.io/gh/martyzz1/heroku3.py/pull/128?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aGVyb2t1My9fX2luaXRfXy5weQ==) | `100.00% <0.00%> (ø)` | | 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=None). 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=None)

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

martyzz1 commented 1 year ago

fair point. thanks