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

Will fix issue #105 #107

Closed buddhhu closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #107 (f0a3b0a) into master (12591ef) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   50.25%   50.25%           
=======================================
  Files          29       29           
  Lines        1349     1349           
  Branches      119      119           
=======================================
  Hits          678      678           
  Misses        662      662           
  Partials        9        9           
Impacted Files Coverage Δ
heroku3/api.py 40.58% <100.00%> (ø)
heroku3/models/logsession.py 63.15% <100.00%> (ø)

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 12591ef...f0a3b0a. Read the comment docs.