-
Notifications
You must be signed in to change notification settings - Fork 737
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
Adds methods to GHRepository to get the top ten referral paths and referrers via the API #1770
Conversation
Maybe someone could help with tests here. I get Plus running |
What failure are you getting on |
|
@bitwiseman ping again |
@ihrigb
I understand this differs from what is in |
In that case, the build is fine. |
@ihrigb |
@bitwiseman should be good now... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1770 +/- ##
============================================
+ Coverage 80.79% 80.87% +0.07%
- Complexity 2417 2430 +13
============================================
Files 233 236 +3
Lines 7264 7294 +30
Branches 398 398
============================================
+ Hits 5869 5899 +30
Misses 1148 1148
Partials 247 247 ☔ View full report in Codecov by Sentry. |
@ihrigb |
@bitwiseman can you please grant me access to |
@bitwiseman finally ready to merge. |
You got reasonable tests without needing test-org access. Thanks for sticking with this! |
Is that preferrable over using the test org? |
No, test org is generally better for future test support, but wanted to get your change into this release. |
@bitwiseman I did get the invitation mail for the test org, but seems like the invitation itself does no longer exist. |
@ihrigb |
Rulesets (#1181) ;) |
Description
Adds methods to
GHRepository
to get the top ten referral paths and referrers via the API.References:
Before submitting a PR:
@link
JavaDoc entries to the relevant documentation on https://docs.github.com/en/rest .mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.main
. You will create your PR from that branch.When creating a PR: