summaryrefslogtreecommitdiff
path: root/Magefile.go
AgeCommit message (Collapse)Author
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