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

Fix deepEqual helper function #1412

Merged
merged 4 commits into from
Jan 15, 2024
Merged

Fix deepEqual helper function #1412

merged 4 commits into from
Jan 15, 2024

Conversation

afshinm
Copy link
Member

@afshinm afshinm commented Jan 15, 2024

Fixes #1411

@afshinm afshinm added the bug fix Something isn't working label Jan 15, 2024
Copy link

github-actions bot commented Jan 15, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements
81.2% (+0.14% 🔼)
1352/1665
🟡 Branches
67.77% (+0.47% 🔼)
368/543
🟢 Functions 81.9% 285/348
🟢 Lines
80.79% (+0.13% 🔼)
1190/1473
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 util/deepEqual.ts
92% (-8% 🔻)
85.71% (-14.29% 🔻)
100%
90.91% (-9.09% 🔻)

Test suite run success

191 tests passing in 34 suites.

Report generated by 🧪jest coverage report action from 054c961

Copy link

github-actions bot commented Jan 15, 2024

Size Change: +801 B (+1%)

Total Size: 95.4 kB

Filename Size Change
dist/gridjs.js 16.5 kB +96 B (+1%)
dist/gridjs.module.js 16.5 kB +90 B (+1%)
dist/gridjs.production.es.min.js 16.5 kB +90 B (+1%)
dist/gridjs.production.min.js 16.5 kB +95 B (+1%)
dist/gridjs.umd.js 16.5 kB +95 B (+1%)
l10n/dist/l10n.js 3.16 kB +109 B (+4%)
l10n/dist/l10n.module.js 3.25 kB +116 B (+4%)
l10n/dist/l10n.umd.js 3.29 kB +110 B (+3%)
ℹ️ View Unchanged
Filename Size
plugins/selection/dist/selection.js 1.05 kB
plugins/selection/dist/selection.module.js 1.07 kB
plugins/selection/dist/selection.umd.js 1.15 kB

compressed-size-action

@afshinm afshinm merged commit 2d337e6 into master Jan 15, 2024
5 checks passed
@afshinm afshinm deleted the fix-search branch January 15, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server-side search no longer calls to search function
1 participant