-
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
table csv download #944
table csv download #944
Conversation
resolves #427
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 80.6% (-0.02% 🔻) |
2401/2979 |
🟡 | Branches | 62.34% (-0.01% 🔻) |
1500/2406 |
🟡 | Functions | 73.84% (-0.27% 🔻) |
412/558 |
🟢 | Lines | 81.07% (-0.02% 🔻) |
2236/2758 |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🟡 | ... / PaginatedTable.tsx |
77.01% (-0.17% 🔻) |
70.73% (+0.41% 🔼) |
71.05% (-1.92% 🔻) |
77.65% (-0.19% 🔻) |
🟡 | ... / AutoLoadingTable.tsx |
73.33% (-0.11% 🔻) |
50.63% (-0.37% 🔻) |
61.36% (-1.43% 🔻) |
74.4% (-0.14% 🔻) |
Test suite run success
355 tests passing in 37 suites.
Report generated by 🧪jest coverage report action from caab1ad
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
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
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!
add a downloadable boolean property to table
resolves #427