Releases: psycofdj/coverxygen
Releases · psycofdj/coverxygen
1.8.1
1.8.0
changelog
- support ubuntu jammy in debian packages (#24)
- support markdown as output format (#26) (thanks @antoniovazquezblanco)
distribution
1.7.0
1.6.0
Changelog
- Bugfix: avoid division by zero when have no symbol of a specific kind (thanks @shuky-shukrun)
Install from https://pypi.org/project/coverxygen/1.6.0/
1.5.0
Changelog
-
New output formats:
json-v3
,summary
,json-summary
. See #13 (thanks @j-ulrich)- note:
json
andjson-legacy
format names are now deprecated in favor tojson-v2
andjson-v1
formats.
- note:
-
New
--include
and--exclude
options that give more control over which files are used in the coverage calculation. See #14 (thanks @j-ulrich)
Install from https://pypi.org/project/coverxygen/1.5.0/
1.4.0
Changelog
- fix path issues on windows and of page declarations
- fix tracking of namespace
- fix tracking of friend declarations
- add tracking of Qt' signals and slots
- add tracking of unions
Thanks to @j-ulrich for all these amazing changes
Install from https://pypi.org/project/coverxygen/1.4.0/