Closed DonIsaac closed 2 weeks ago
support a --coverage flag when running zig build test and test-e2e. Should try using kcov first, since I don't think grindcov will work on M1 macs.
--coverage
zig build test
test-e2e
kcov
grindcov
https://zig.news/squeek502/code-coverage-for-zig-1dk1
support a
--coverage
flag when runningzig build test
andtest-e2e
. Should try usingkcov
first, since I don't thinkgrindcov
will work on M1 macs.https://zig.news/squeek502/code-coverage-for-zig-1dk1