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

Link Commit to correct upstream documentation #2936

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xmo-odoo
Copy link
Contributor

@xmo-odoo xmo-odoo commented Apr 4, 2024

github.Commit.Commit represents a github-level commit, but the link is to git-level commits. The semantics and especially the metadata are very different between the two e.g. a github-level commit provodes the github users for the author and committer, as well as links to the github comments.

The github-level commit is a layer around the git-level commit, which is (partially) provided via the commit attribute.

`github.Commit.Commit` represents a github-level commit, but the link is to git-level commits. The semantics and *especially* the metadata are very different between the two e.g. a github-level commit provodes the *github users* for the author and committer, as well as links to the github comments.

The github-level commit is a layer around the git-level commit, which is (partially) provided via the `commit` attribute.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.74%. Comparing base (7266e81) to head (84e27e7).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2936   +/-   ##
=======================================
  Coverage   96.74%   96.74%           
=======================================
  Files         147      147           
  Lines       14978    14978           
=======================================
  Hits        14491    14491           
  Misses        487      487           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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