@redaksjon/brennpunkt 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/main.js +1 -1
- package/dist/mcp/server.js +423 -567
- package/dist/mcp/server.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**Coverage Priority Analyzer** — Parses `lcov.info` and ranks files by testing priority. Helps answer: *"Where should I focus testing efforts next?"*
|
|
4
4
|
|
|
5
|
+
<!-- Test publish 2026-01-22 -->
|
|
6
|
+
|
|
5
7
|
## What is Brennpunkt?
|
|
6
8
|
|
|
7
9
|
Brennpunkt is a command-line tool that analyzes test coverage reports and tells you **where to focus your testing efforts for maximum impact**. Instead of showing you raw percentages, it calculates a priority score for each file based on coverage gaps, file size, and configurable weights.
|
|
@@ -653,3 +655,4 @@ npm run lint
|
|
|
653
655
|
## License
|
|
654
656
|
|
|
655
657
|
Apache-2.0
|
|
658
|
+
TEST
|
package/dist/main.js
CHANGED