-
Notifications
You must be signed in to change notification settings - Fork 113
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
chore(release): pull release/v1.87.0 into main #3937
Conversation
* refactor: code to address sonar issues * refactor: garl record transform
* fix: handling partial error in a batch for reddit destination * fix: minor change * fix: moving networkHandler to v1 from v0 * fix: sonarcloud code analysis
* chore: topsort changes * chore: boilerplates * chore: topsort changes * chore: function updates * chore: product array changes * chore: purchase event implementation * chore: purchase function updated * chore: build finalPayload * chore: few updations * chore: mockfn changes * chore: restructured files - moved impressions and clicks logic into its own file - moved purchase related logic into its own file * chore: update formatting * chore: test cases added * chore: destType updated --------- Co-authored-by: Utsab Chowdhury <[email protected]> Co-authored-by: Sai Sankeerth <[email protected]>
Test report for this run is available at: https://test-integrations-dev.s3.amazonaws.com/integrations-test-reports/rudder-transformer/3937/test-report.html |
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3937 +/- ##
==========================================
+ Coverage 90.48% 90.50% +0.01%
==========================================
Files 615 620 +5
Lines 32359 32518 +159
Branches 7687 7710 +23
==========================================
+ Hits 29281 29429 +148
- Misses 2822 2865 +43
+ Partials 256 224 -32 ☔ View full report in Codecov by Sentry. |
@@ -84,14 +84,13 @@ export const v0oauthScenarios = [ | |||
status: 401, | |||
body: { | |||
output: { | |||
authErrorCategory: 'REFRESH_TOKEN', |
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.
test case name should be updated
👑 An automated PR