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

Correct typing for Commit.get_comments() #1765

Conversation

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

Commit.get_comments() returns a PaginatedList of CommitComment
instances, not commits.

Co-Authored-By: Raju Subramanian coder@mahesh.net

Commit.get_comments() returns a PaginatedList of CommitComment
instances, not commits.

Co-Authored-By: Raju Subramanian <coder@mahesh.net>
@codecov-io
Copy link

codecov-io commented Nov 26, 2020

Codecov Report

Merging #1765 (a235b00) into master (d159425) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1765   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          50       50           
  Lines        2659     2659           
=======================================
  Hits         2626     2626           
  Misses         33       33           

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 d159425...a235b00. Read the comment docs.

@s-t-e-v-e-n-k s-t-e-v-e-n-k merged commit fcdd9ea into PyGithub:master Nov 26, 2020
@s-t-e-v-e-n-k s-t-e-v-e-n-k deleted the correct-commit-get-comments-typing branch October 21, 2021 04:02
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.

None yet

2 participants