feat: Implement EventTracker abstraction and Amplitude implementation #3650
Codecov / codecov/project
succeeded
Jan 21, 2025 in 0s
98.81% (+0.00%) compared to 02d5b6b
View this Pull Request on Codecov
98.81% (+0.00%) compared to 02d5b6b
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 98.81%. Comparing base (
02d5b6b
) to head (16a63d2
).
✅ All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #3650 +/- ##
=======================================
Coverage 98.80% 98.81%
=======================================
Files 820 825 +5
Lines 14784 14876 +92
Branches 4206 4226 +20
=======================================
+ Hits 14608 14700 +92
Misses 167 167
Partials 9 9
Files with missing lines | Coverage Δ | |
---|---|---|
src/layouts/BaseLayout/BaseLayout.tsx | 100.00% <100.00%> (ø) |
|
...ts/Header/components/UserDropdown/UserDropdown.tsx | 100.00% <100.00%> (ø) |
|
...rBanners/GithubConfigBanner/GithubConfigBanner.jsx | 100.00% <100.00%> (ø) |
|
src/services/events/__mocks__/events.ts | 100.00% <100.00%> (ø) |
|
src/services/events/amplitude/amplitude.ts | 100.00% <100.00%> (ø) |
|
src/services/events/events.ts | 100.00% <100.00%> (ø) |
|
src/services/events/hooks.tsx | 100.00% <100.00%> (ø) |
|
src/services/events/types.ts | 100.00% <100.00%> (ø) |
|
src/services/user/useOwner.ts | 100.00% <100.00%> (ø) |
|
src/services/user/useUser.ts | 100.00% <100.00%> (ø) |
|
... and 5 more |
Components | Coverage Δ | |
---|---|---|
Assets | 100.00% <ø> (ø) |
|
Layouts | 99.71% <100.00%> (+<0.01%) |
⬆️ |
Pages | 98.43% <100.00%> (+<0.01%) |
⬆️ |
Services | 99.30% <100.00%> (+0.01%) |
⬆️ |
Shared | 99.37% <100.00%> (+<0.01%) |
⬆️ |
UI | 99.14% <100.00%> (+<0.01%) |
⬆️ |
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 02d5b6b...16a63d2. Read the comment docs.
Loading