Skip to content
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: Implement EventTracker abstraction and Amplitude implementation #3650

Merged
merged 14 commits into from
Jan 22, 2025

Change buttonType -> buttonName

16a63d2
Select commit
Loading
Failed to load commit list.
Merged

feat: Implement EventTracker abstraction and Amplitude implementation #3650

Change buttonType -> buttonName
16a63d2
Select commit
Loading
Failed to load commit list.
Codecov Notifications / 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 ✅

✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main    #3650   +/-   ##
=======================================
  Coverage   98.80%   98.81%           
=======================================
  Files         820      825    +5     
  Lines       14784    14876   +92     
  Branches     4214     4234   +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.