Skip to content

feat: Implement BaseTableToolsTable component - #125

Draft
bastilian wants to merge 1 commit into
mainfrom
basetabletoolstable
Draft

feat: Implement BaseTableToolsTable component#125
bastilian wants to merge 1 commit into
mainfrom
basetabletoolstable

Conversation

@bastilian

Copy link
Copy Markdown
Owner

No description provided.

@qltysh

qltysh Bot commented Jul 12, 2026

Copy link
Copy Markdown

Qlty


Coverage Impact

⬆️ Merging this pull request will increase total coverage on main by 0.3%.

Modified Files with Diff Coverage (10)

RatingFile% DiffUncovered Line #s
Coverage rating: A Coverage rating: A
src/components/TableStateProvider/TableStateProvider.js100.0%
Coverage rating: F Coverage rating: F
...utilities/hooks/useQueryWithUtilities/useQueryWithUtilities.js0.0%8-106
Coverage rating: F Coverage rating: F
src/utilities/hooks/useQueryWithUtilities/constants.js0.0%13
Coverage rating: A Coverage rating: A
src/components/TableToolsTable/TableToolsTable.js100.0%
Coverage rating: A Coverage rating: A
src/hooks/useExpandable/helpers.js100.0%
New Coverage rating: F
...ilities/hooks/useQueryWithUtilities/hooks/useDebouncedQuery.js0.0%1-22
New Coverage rating: A
src/components/BaseTableToolsTable/BaseTableToolsTable.js100.0%
New Coverage rating: C
src/components/BaseTableToolsTable/hooks/useWithDefaults.js72.7%45-50
New Coverage rating: A
src/components/BaseTableToolsTable/helpers.js100.0%
New Coverage rating: A
src/components/QueryProviderWithUtilities.js100.0%
Total77.5%
🤖 Increase coverage with AI coding...
In the `basetabletoolstable` branch, add test coverage for this new code:

- `src/components/BaseTableToolsTable/hooks/useWithDefaults.js` -- Line 45-50
- `src/utilities/hooks/useQueryWithUtilities/constants.js` -- Line 13
- `src/utilities/hooks/useQueryWithUtilities/hooks/useDebouncedQuery.js` -- Line 1-22
- `src/utilities/hooks/useQueryWithUtilities/useQueryWithUtilities.js` -- Line 8-106

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@bastilian
bastilian force-pushed the basetabletoolstable branch from 0efda16 to 84d207a Compare August 4, 2026 11:01
@qltysh

qltysh Bot commented Aug 4, 2026

Copy link
Copy Markdown

❌ 1 blocking issue (1 total)

Tool Category Rule Count
eslint Lint Unexpected debug statement 1

name: /title/i,
}),
).toBeInTheDocument();
screen.logTestingPlaygroundURL();

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unexpected debug statement [eslint:testing-library/no-debugging-utils]

@bastilian
bastilian force-pushed the basetabletoolstable branch from 84d207a to bf545f5 Compare August 5, 2026 19:53
@bastilian
bastilian force-pushed the basetabletoolstable branch from bf545f5 to ce7021e Compare August 10, 2026 12:06
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.

1 participant