#kcov — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #kcov, aggregated by home.social.
-
Wow, I have hardly ever used a software development tool that was easier to get going than https://github.com/SimonKagstrom/kcov . I want to add unit testing to https://codeberg.org/harald/bashbuilder . But without code coverage, unit testing is only half as useful. So I did
% kcov build/kcovout ./bb preview
to run bashbuilder's build process and, woooowa, build/kcovout/index.html has all I need for a coverage. Now I can add some real tests and run them. Great.🎉