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: move data plane events processing to core #1999

Draft
wants to merge 65 commits into
base: develop
Choose a base branch
from

Merge remote-tracking branch 'origin/develop' into feat.move-event-ha…

3edab47
Select commit
Loading
Failed to load commit list.
Draft

feat: move data plane events processing to core #1999

Merge remote-tracking branch 'origin/develop' into feat.move-event-ha…
3edab47
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 12, 2025 in 0s

61.54% (+0.18%) compared to 2be4b83

View this Pull Request on Codecov

61.54% (+0.18%) compared to 2be4b83

Details

Codecov Report

Attention: Patch coverage is 82.73196% with 67 lines in your changes missing coverage. Please review.

Project coverage is 61.54%. Comparing base (2be4b83) to head (3edab47).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...-plugins/src/deviceModeTransformation/utilities.ts 10.34% 26 Missing ⚠️
...s-js-common/src/utilities/retryQueue/RetryQueue.ts 61.29% 23 Missing and 1 partial ⚠️
...nalytics-js-common/src/services/HttpClientError.ts 0.00% 9 Missing ⚠️
packages/analytics-js-common/src/utilities/http.ts 0.00% 3 Missing ⚠️
...s-js-plugins/src/deviceModeTransformation/index.ts 85.71% 2 Missing ⚠️
...s/src/components/dataPlaneEventsQueue/utilities.ts 97.18% 0 Missing and 2 partials ⚠️
...ics-js-plugins/src/nativeDestinationQueue/index.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1999      +/-   ##
===========================================
+ Coverage    61.36%   61.54%   +0.18%     
===========================================
  Files          478      473       -5     
  Lines        16393    16317      -76     
  Branches      3239     3229      -10     
===========================================
- Hits         10060    10043      -17     
+ Misses        5118     5046      -72     
- Partials      1215     1228      +13     

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