summaryrefslogtreecommitdiff
path: root/Magefile.go
AgeCommit message (Collapse)Author
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to ↵Paul Buetow
>text>/>>text>; update docs and example config; tests updated to new triggers and raise LSP coverage to >=85%; chore: remove semicolon legacy; chore(mage): auto-refresh coverage daily if docs/coverage.out is older than 24h
2025-09-06always print test coverage, bump up coverage threshold to 85%Paul Buetow
2025-09-04mage: add CoverCheck target to enforce >=80% per-package coverage with ↵Paul Buetow
exceptions; default excludes /cmd/
2025-09-03mage: warn when total coverage < 80% on Build and Install if a coverage ↵Paul Buetow
profile exists
2025-09-03mage: write separate coverage artifacts: docs/cover(.out|.html) and ↵Paul Buetow
docs/coverall(.out|.html)
2025-09-03add coverage filesPaul Buetow
2025-09-03mage: improve coverage targets; print combined total and add cross-package ↵Paul Buetow
CoverAll with aggregated total
2025-08-28build: replace Taskfile with Magefile; add Mage targets and README build notesPaul Buetow