github-copilot-resources / copilot-metrics-viewer

Tool to visualize the Copilot metrics provided via the Copilot Business Metrics API (current in public beta)
https://ashy-sky-02a7d0403.5.azurestaticapps.net/
MIT License
215 stars 99 forks source link

Add Editors view #22

Closed giotab closed 2 months ago

giotab commented 2 months ago

In order to see Editors usage as well, I changed the existing LanguagesBreakdown component to be more generic so that both Languages and Editors require less effort to maintain.

image
giotab commented 2 months ago

@martedesco I guess the workflow fails because the PR is from a fork, and hence no access to the secrets 😞

martedesco commented 2 months ago

@giotab , thanks a for your contribution! ❤️ Could you kindly rebase it on the top of the main branch? This change should bypass the build process when secrets are not accessible. Thank you!