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

Flag sets #100

Merged
merged 12 commits into from
Nov 3, 2023
Merged

Flag sets #100

merged 12 commits into from
Nov 3, 2023

Conversation

emmaz90
Copy link
Contributor

@emmaz90 emmaz90 commented Oct 26, 2023

JS Browser SDK

What did you accomplish?

How do we test the changes introduced in this PR?

Extra Notes

@emmaz90 emmaz90 requested a review from a team as a code owner October 26, 2023 21:13
@@ -47,7 +47,7 @@ jobs:
run: BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") npm run build

- name: Store assets
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/main') }}
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/sdks-7668' || github.ref == 'refs/heads/main') }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sdks-7668 -> development

@@ -801,7 +801,7 @@ declare namespace SplitIO {
*
* @typedef {string} SplitFilterType
*/
type SplitFilterType = 'byName' | 'byPrefix';
type SplitFilterType = 'bySet' | 'byName' | 'byPrefix';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing the sets property in SplitView type.
Check splitio/react-native-client#71

Copy link

SonarQube Quality Gate

Quality Gate failed

Failed condition 0.0% 0.0% Coverage on New Code (is less than 80%)
Failed condition 6.8% 6.76% Duplicated Lines (%) on New Code (is greater than 3%)

See analysis details on SonarQube

@emmaz90 emmaz90 merged commit 074d1ad into development Nov 3, 2023
7 of 8 checks passed
@emmaz90 emmaz90 deleted the sdks-7437 branch November 3, 2023 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants