fix(rls): resolve policy table matching and bring test coverage above 75% across all metrics - #296
Open
Frankenstein14 wants to merge 1 commit into
Conversation
… 75% across all metrics - Fix schema-qualified policy table matching in src/rls/index.ts - Repair existing RLS test suite in src/rls/index.test.ts - Add comprehensive test suites for src/allowlist, src/import/csv, and src/index - Expand branch coverage in src/operation.test.ts, src/handler.test.ts, and src/do.test.ts - Exceed Vitest coverage thresholds: Stmts 94.13%, Branch 79.60%, Funcs 93.98%, Lines 94.49% Fixes outerbase#71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Resolves #71: fixes the 4 failing RLS tests and brings Vitest test coverage across all metrics (lines, statements, branches, and functions) above 75%.
Tasks
Verify
Run tests with coverage:
�ash pnpm vitest run --coverage.enabled true --coverage.reportOnFailureAll 245 tests pass and all metrics exceed the 75% threshold:
/claim #71