xonixx / makesure

Simple task/command runner with declarative goals and dependencies
https://makesure.dev
MIT License
340 stars 5 forks source link

Find a way to measure code-coverage for tests #103

Closed xonixx closed 1 year ago

xonixx commented 2 years ago

This needs a tool to measure code coverage of AWK code, which to my knowledge is absent atm.

Can we enhance GoAWK with code similar to https://github.com/golang/go/tree/master/src/cmd/cover?