Skip to content

feat: Add Copilot code review active user counts to metrics structs - #4490

Merged
gmlewis merged 2 commits into
google:masterfrom
Tens1des:feat/copilot-code-review-active-users
Aug 29, 2026
Merged

feat: Add Copilot code review active user counts to metrics structs#4490
gmlewis merged 2 commits into
google:masterfrom
Tens1des:feat/copilot-code-review-active-users

Conversation

@Tens1des

Copy link
Copy Markdown
Contributor

Fixes #4489

Adds active and passive Copilot code review user counts to aggregated
Copilot usage metrics reports.

Docs: https://docs.github.com/en/copilot/reference/copilot-usage-metrics/copilot-usage-metrics

Test plan

  • go test ./github/... -run Copilot
  • ./script/generate.sh

@gmlewis gmlewis added the NeedsReview PR is awaiting a review before merging. label Aug 25, 2026
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.53%. Comparing base (e21f244) to head (2c4a45f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4490   +/-   ##
=======================================
  Coverage   98.53%   98.53%           
=======================================
  Files         195      195           
  Lines       17763    17763           
=======================================
  Hits        17502    17502           
  Misses        261      261           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gmlewis gmlewis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @Tens1des!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.

cc: @stevehipwell - @alexandear - @Not-Dhananjay-Mishra

Add daily/weekly/monthly active and passive Copilot code review user
counts to CopilotDailyMetrics for aggregated usage metrics reports.

Fixes #NNNN
@Tens1des
Tens1des force-pushed the feat/copilot-code-review-active-users branch from c6ffcb4 to 2effb44 Compare August 28, 2026 22:55
@gmlewis

gmlewis commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

@Tens1des - could you please resolve the conflicts in this PR caused by #4481 by merging the latest master into this PR's branch and pushing the changes?

Resolve conflicts with google#4481 (new pointers) and google#4488 (Copilot app metrics).
@Tens1des

Copy link
Copy Markdown
Contributor Author

@gmlewis Done, merged latest master into this branch and resolved the conflicts with #4481 / #4488.

@Not-Dhananjay-Mishra Not-Dhananjay-Mishra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gmlewis gmlewis removed the NeedsReview PR is awaiting a review before merging. label Aug 29, 2026
@gmlewis

gmlewis commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Thank you, @Tens1des and @Not-Dhananjay-Mishra!
Merginng.

@gmlewis
gmlewis merged commit 78d0f53 into google:master Aug 29, 2026
13 checks passed
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.

Add Copilot code review active user counts to Copilot usage metrics structs

3 participants