@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 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
@@ -94,7 +94,7 @@ function formatJson(result) {
94
94
  return JSON.stringify(result, null, 2);
95
95
  }
96
96
 
97
- const VERSION = "0.1.0";
97
+ const VERSION = "0.1.3";
98
98
  const PROGRAM_NAME = "brennpunkt";
99
99
  const CONFIG_FILE_NAME = "brennpunkt.yaml";
100
100
  const COVERAGE_SEARCH_PATHS = [