home.social

#kcov — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #kcov, aggregated by home.social.

  1. Wow, I have hardly ever used a software development tool that was easier to get going than github.com/SimonKagstrom/kcov . I want to add unit testing to codeberg.org/harald/bashbuilde . 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.🎉

    #bashbuilder #kcov #programming #softwaredevelopment