-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: Use new chart library for analytics page #3464
feat: Use new chart library for analytics page #3464
Conversation
Bundle ReportChanges will decrease total bundle size by 1.1kB (-0.01%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will decrease total bundle size by 1.1kB (-0.01%) ⬇️. This is within the configured threshold ✅ Detailed changes
ℹ️ *Bundle size includes cached data from a previous commit |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #3464 +/- ##
==========================================
- Coverage 99.09% 99.07% -0.02%
==========================================
Files 804 804
Lines 14187 14183 -4
Branches 4024 4021 -3
==========================================
- Hits 14058 14052 -6
- Misses 120 122 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3464 +/- ##
==========================================
- Coverage 99.09% 99.07% -0.02%
==========================================
Files 804 804
Lines 14187 14183 -4
Branches 4017 4021 +4
==========================================
- Hits 14058 14052 -6
- Misses 120 122 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3464 +/- ##
==========================================
- Coverage 99.09% 99.07% -0.02%
==========================================
Files 804 804
Lines 14187 14183 -4
Branches 4017 4021 +4
==========================================
- Hits 14058 14052 -6
- Misses 120 122 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #3464 +/- ##
==========================================
- Coverage 99.09% 99.07% -0.02%
==========================================
Files 804 804
Lines 14187 14183 -4
Branches 4024 4014 -10
==========================================
- Hits 14058 14052 -6
- Misses 120 122 +2
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm couple questions
These charts are so much better 😂 |
This reverts commit 416c9f5.
Description
This PR updates the chart being used on the analytics page to use our new chart setup. This PR also includes TS refactors for everything that had to be changed.
Ticket: codecov/engineering-team#2770
Notable Changes
Chart
to use new chart library and refactor to TSuseCoverage
to TS, and reduce the overall amount of things as the new chart library doesn't require as much data as the previous setupChartSelectors
(cleaning up the console, and test output)useReposCoverageMeasurements
to TSScreenshots