[Cuis-dev] New release of Code Coverage out now
Nicolás Papagna Maldonado
nicolas.papagna at gmail.com
Sun Feb 21 11:42:19 PST 2021
Hi folks,
I'm happy to announce that a new version of Code Coverage is out.
The big feature in this release is Boolean Coverage (similar to what
Haskell Coverage does).
It basically tracks which variables/selectors/arguments are boolean, and
will consider them:
- 0% covered if they were not used at all
- 50% if they have only been assigned/returned to either true or false
- 100% covered if they have been assigned/returned true and false
This is super useful to me, and hope you all find it useful as well.
More details, screenshots, and demos in its readme section at
https://github.com/npapagna/cuis-code-coverage/tree/91a35411b45996338e84a4bc9c69adc606663191#boolean-coverage
Best,
Nico PM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210221/3b1ad09f/attachment.htm>
More information about the Cuis-dev
mailing list