-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add Endpoints For Project Items #3733
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3733 +/- ##
==========================================
+ Coverage 91.11% 91.18% +0.06%
==========================================
Files 187 188 +1
Lines 16686 16878 +192
==========================================
+ Hits 15204 15390 +186
- Misses 1295 1299 +4
- Partials 187 189 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@JoannaaKL - while we are waiting on the other PR (which this one appears to include and will hopefully be rectified after the other is merged) - can you please investigate the poor codecov checks? It could be that not all test functions have been written. Thank you! |
Second batch of work to cover new Projects V2 API.
Covers all endpoints for project items : https://docs.github.com/en/rest/projects/items?apiVersion=2022-11-28
FYI I based this work on the earlier pr #3718