-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
test: Adds tests to the filter scope components #13887
test: Adds tests to the filter scope components #13887
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13887 +/- ##
==========================================
+ Coverage 77.87% 79.08% +1.20%
==========================================
Files 935 935
Lines 47375 47379 +4
Branches 5964 5963 -1
==========================================
+ Hits 36895 37468 +573
+ Misses 10323 9784 -539
+ Partials 157 127 -30
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
superset-frontend/src/dashboard/components/filterscope/FilterScope.test.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/dashboard/components/filterscope/FilterScope.test.tsx
Show resolved
Hide resolved
0928cf5
to
0202d9e
Compare
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.
Nice one!
superset-frontend/src/dashboard/components/filterscope/FilterScope.test.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header.tsx
Show resolved
Hide resolved
0202d9e
to
3827c44
Compare
3827c44
to
52f434a
Compare
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.
LGTM, thanks!
52f434a
to
61a1181
Compare
SUMMARY
Adds tests to the filter scope components.
TEST PLAN
1 - Execute filter scope tests.
2 - All tests should pass.
@rusackas @junlincc
ADDITIONAL INFORMATION