jayfk / statuspage

A statuspage generator that lets you host your statuspage for free on Github.
https://corestatus.io
MIT License
3.89k stars 186 forks source link

Several updates due to changes in PyGithub and GitHub #295

Closed pasuder closed 3 years ago

pasuder commented 3 years ago

As per PyGithub#1210 slash at beginning of path cannot be used. Fix: #293

Additionally, due to change of branch naming convention, starting from 1st October 2020, all new repositories are having main instead of master branch.

Due to PyGithub#1222 and PyGithub#1223 get_contents should be used instead of `get_file_contents.

codecov-io commented 3 years ago

Codecov Report

Merging #295 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #295   +/-   ##
=======================================
  Coverage   81.15%   81.15%           
=======================================
  Files           2        2           
  Lines         313      313           
=======================================
  Hits          254      254           
  Misses         59       59           
Impacted Files Coverage Δ
statuspage/statuspage.py 72.42% <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 3dfcffc...efba2d1. Read the comment docs.