home.social

#testcoverage β€” Public Fediverse posts

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

  1. πŸš€ Now showing test coverage directly in class diagrams.

    No more guessing what's tested β€” it's all visual, right where you design.

    #DevTools #DX #TestCoverage #CodeDesign

  2. πŸš€ Now showing test coverage directly in class diagrams.

    No more guessing what's tested β€” it's all visual, right where you design.

    #DevTools #DX #TestCoverage #CodeDesign

  3. C++ code coverage reports often omit function templates that are not instantiated, which can give a misleading picture of coverage. I've been trying to improve my tooling in this regard, and so added a feature to Doxide to export line data directly from source code that can be mixed in with gcov coverage data. Here's the story so far.

    indii.org/blog/cplusplus-code-