-
Notifications
You must be signed in to change notification settings - Fork 101
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
Actually bump minimum Parse.ly version to 3.15 in parsely.yml workflow #6071
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6071 +/- ##
=============================================
+ Coverage 30.53% 30.55% +0.01%
Complexity 4812 4812
=============================================
Files 289 289
Lines 21200 21188 -12
=============================================
Hits 6474 6474
+ Misses 14726 14714 -12 ☔ View full report in Codecov by Sentry. |
278e4dd
to
847b958
Compare
Quality Gate passedIssues Measures |
'should_track_logged_in_users' => is_latest_version() ? false : true, | ||
'should_track_logged_in_users' => false, |
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.
This has changed since 3.5; track_authenticated_users
was true
in 3.5 and changed to false
later.
'site_id' => is_latest_version() ? 'site_id_value' : '', | ||
'have_api_secret' => is_latest_version() ? true : false, | ||
'site_id' => 'site_id_value', | ||
'have_api_secret' => true, |
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.
We set site_id
and api_secret
earlier in the code.
) ); | ||
), $configs ); |
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.
The order is expected, actual
.
Description
Pre-review checklist
Please make sure the items below have been covered before requesting a review:
Pre-deploy checklist
Steps to Test
CI should pass