Skip to content
Discussion options

You must be logged in to vote

Hi @lukasMega — great analysis, and Claude gave you exactly the right answer!

Short answer: Your config is correct and you should not worry about the D (39%) coverage.

Why the numbers differ:

--health coverage (A, 100%) = "how many files in your srcDirs could sigmap even see?" — this is computed by passing all found files as fake "included" entries, so it's always 100%.
--report coverage (D, 39%) = "of all files sigmap found, how many produced at least one extractable signature?" — the 80 missing files are package.json, tsconfig.json, README.md, .config.ts etc. that sigmap's extractors don't support.
Your actual output is healthy: 51 files, 195 symbols, ~2665 tokens, well under your 5000 …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lukasMega
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants