go-devops/devkit
Snider e20083d51b feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending
- govulncheck JSON output parsing with structured VulnFinding types (13 tests)
- Cyclomatic complexity analysis via go/ast with configurable threshold (21 tests)
- Coverage snapshot persistence and regression detection with CoverageStore (19 tests)

53 new tests, 68 total devkit tests. All pass with -race.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 06:28:37 +00:00
..
complexity.go feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending 2026-02-20 06:28:37 +00:00
complexity_test.go feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending 2026-02-20 06:28:37 +00:00
coverage.go feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending 2026-02-20 06:28:37 +00:00
coverage_test.go feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending 2026-02-20 06:28:37 +00:00
devkit.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
devkit_test.go feat: extract devops packages from core/go 2026-02-16 15:21:39 +00:00
vulncheck.go feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending 2026-02-20 06:28:37 +00:00
vulncheck_test.go feat(devkit): Phase 4 — vulnerability scanning, complexity analysis, coverage trending 2026-02-20 06:28:37 +00:00