X Tutup
The Wayback Machine - https://web.archive.org/web/20201104005921/https://github.com/PyGithub/PyGithub/pull/1729
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

Fix Branch protection status in the examples #1729

Merged

Conversation

@s-t-e-v-e-n-k
Copy link
Collaborator

@s-t-e-v-e-n-k s-t-e-v-e-n-k commented Oct 28, 2020

A long time ago when branch protection was changed, the example of
checking if a branch is protected wasn't changed in the examples.

Fixes #1724

A long time ago when branch protection was changed, the example of
checking if a branch is protected wasn't changed in the examples.

Fixes #1724
@codecov-io
Copy link

@codecov-io codecov-io commented Oct 28, 2020

Codecov Report

Merging #1729 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1729   +/-   ##
=======================================
  Coverage   98.67%   98.67%           
=======================================
  Files          48       48           
  Lines        2561     2561           
=======================================
  Hits         2527     2527           
  Misses         34       34           

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 23f4753...74a280e. Read the comment docs.

@s-t-e-v-e-n-k s-t-e-v-e-n-k merged commit 8880084 into PyGithub:master Oct 28, 2020
6 checks passed
6 checks passed
test (Python 3.5)
Details
test (Python 3.6)
Details
test (Python 3.7)
Details
test (Python 3.8)
Details
codecov/patch Coverage not affected when comparing 23f4753...74a280e
Details
codecov/project 98.67% (+0.00%) compared to 23f4753
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.
X Tutup