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

Feature app setup #89

Closed martyzz1 closed 4 years ago

martyzz1 commented 4 years ago

Add ability to call app-setups api endpoint

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.1%) to 48.094% when pulling 413f2abbd9dadc86678e416bdb6a2a20f3d45a53 on feature_app_setup into 93abea3c862894350c859402a80b722bc05e04c9 on master.

codecov-io commented 4 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.42%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   47.86%   48.28%   +0.42%     
==========================================
  Files          28       27       -1     
  Lines        1239     1228      -11     
  Branches      114      113       -1     
==========================================
  Hits          593      593              
+ Misses        637      626      -11     
  Partials        9        9
Impacted Files Coverage Δ
heroku3/models/app.py 32.55% <100%> (ø) :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 8f5bac9...413f2ab. Read the comment docs.