#testcoverage β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #testcoverage, aggregated by home.social.
-
π Now showing test coverage directly in class diagrams.
No more guessing what's tested β it's all visual, right where you design.
-
π Now showing test coverage directly in class diagrams.
No more guessing what's tested β it's all visual, right where you design.
-
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.
https://indii.org/blog/cplusplus-code-coverage-with-gcov-gcovr-doxide/
#softwaretesting #testcoverage #codecoverage #cplusplus #cpp