-
Notifications
You must be signed in to change notification settings - Fork 728
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
Filter check runs to retrieve from commit #1612
Filter check runs to retrieve from commit #1612
Conversation
Codecov ReportBase: 79.22% // Head: 79.30% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1612 +/- ##
============================================
+ Coverage 79.22% 79.30% +0.07%
- Complexity 2141 2142 +1
============================================
Files 206 206
Lines 6576 6582 +6
Branches 364 364
============================================
+ Hits 5210 5220 +10
+ Misses 1154 1150 -4
Partials 212 212
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@bitwiseman do you think this is good enough to be merged and have a release of the library? |
@alecharp Sorry for the delay. I'll get a release out tonight. |
No problem @bitwiseman. thank you very much for this PI release ;) |
Description
From https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#list-check-runs-for-a-git-reference, there are parameters we can provide to filter the Check which are retrieved.
Creating a method for each parameter didn't seem like a good idea, so I just inject potential parameters on the request.
Before submitting a PR:
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: