Uh oh!
There was an error while loading. Please reload this page.
Add Copilot Usage Summary for Organization - #3321
Conversation
claystation
commented
Oct 10, 2024
I will implement other missing API methods as well, converting to draft for now whilst i work on more! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #3321 +/- ##
==========================================
- Coverage 97.72% 93.33% -4.39%
==========================================
Files 153 171 +18 Lines 13390 11795 -1595 ==========================================
- Hits 13085 11009 -2076 - Misses 215 692 +477 - Partials 90 94 +4 ☔ View full report in Codecov by Sentry. |
claystation
commented
Oct 10, 2024
@gmlewis i added all missing API methods from the Github API :) Let me know what you think! |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @claystation !
A couple minor tweaks, please, and one question.
After that, we should be ready for a second LGTM+Approval from any other contributor to this repo before merging.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
gmlewis
commented
Oct 10, 2024
Also, please run |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @claystation !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
gmlewis
commented
Oct 14, 2024
Thank you, @tomfeigin ! |
Github has a Rest API to get the usage summary of Copilot within the organization. This PR implements the functionality to fetch that data.
API Docs: Here
Please let me know what you think!
(Fixup of #3318 due to CLA signing issues)