Skip to content

test: expand reporter and scan coverage#32

Merged
ColumbusLabs merged 1 commit into
mainfrom
test/expand-reliability-coverage
Jun 6, 2026
Merged

test: expand reporter and scan coverage#32
ColumbusLabs merged 1 commit into
mainfrom
test/expand-reliability-coverage

Conversation

@ColumbusLabs
Copy link
Copy Markdown
Owner

Summary

  • add JSON reporter contract coverage
  • add scan() integration coverage for examples/react
  • expand CI smoke scans to React Native and Next examples

Closes #16
Closes #17
Closes #28

Validation

  • npm run typecheck
  • npm run typecheck:tests
  • npm test
  • npm run build
  • node dist/cli/index.js scan examples/react --min-severity info --format markdown --output /tmp/debtlens-react.md
  • node dist/cli/index.js scan examples/react-native --min-severity info --format markdown --output /tmp/debtlens-react-native.md
  • node dist/cli/index.js scan examples/next --min-severity info --format markdown --output /tmp/debtlens-next.md
  • npm run schema:generate

@ColumbusLabs ColumbusLabs force-pushed the test/expand-reliability-coverage branch from 8daf4ec to 4f7cad3 Compare June 6, 2026 00:50
@ColumbusLabs ColumbusLabs merged commit 61ebc05 into main Jun 6, 2026
2 checks passed
@ColumbusLabs ColumbusLabs deleted the test/expand-reliability-coverage branch June 6, 2026 00:50
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.

Expand CI smoke scan to react-native and next examples Add integration test for scan() on examples/react Add JSON reporter contract test

1 participant