-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
popupdialog associated with an id (query selector) #2339
Conversation
resolves #2293 - also fix a possible bug in chart
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 51.87% | 263/507 |
🔴 | Branches | 21.61% | 67/310 |
🔴 | Functions | 14.66% | 17/116 |
🔴 | Lines | 53.19% | 242/455 |
Test suite run success
7 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from 91c1864
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 87.49% (+0.03% 🔼) |
3498/3998 |
🟡 | Branches | 69.15% (-0.02% 🔻) |
2410/3485 |
🟢 | Functions | 83.4% (+0.04% 🔼) |
648/777 |
🟢 | Lines | 87.94% (+0.03% 🔼) |
3239/3683 |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟢 | ... / Dialog.tsx |
100% | 82.86% (-8.45% 🔻) |
100% | 100% |
Test suite run success
712 tests passing in 47 suites.
Report generated by 🧪jest coverage report action from 91c1864
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.
👍 simple enough!
A little more work for popup placement.
What type of PR is this? (check all applicable)
Description
Related Tickets & Documents
How to reproduce the issue