Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several updates due to changes in PyGithub and GitHub #295

Closed
wants to merge 4 commits into from

Conversation

pasuder
Copy link
Contributor

@pasuder pasuder commented Oct 16, 2020

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.

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

Fix: jayfk#293
@codecov-io
Copy link

codecov-io commented Oct 16, 2020

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.

Due to GitHub branch naming convention, starting from 1st October, all new repositories are having main instead of master branch.
Due to PyGithub#1222 and PyGithub#1223
@pasuder pasuder changed the title Remove slash from path Several updates due to changes in PyGithub and GitHub Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with setup (GithubException.GithubException: 422)
2 participants