Skip to content

Releases: psycofdj/coverxygen

1.8.1

19 Jun 17:51
Compare
Choose a tag to compare

1.8.0

18 Jun 19:34
Compare
Choose a tag to compare

changelog

distribution

1.7.0

23 Nov 15:31
9c25bb1
Compare
Choose a tag to compare

changelog

1.6.0

08 Aug 20:19
Compare
Choose a tag to compare

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

14 Dec 23:54
Compare
Choose a tag to compare

Changelog

  • New output formats: json-v3, summary, json-summary. See #13 (thanks @j-ulrich)

    • note: json and json-legacy format names are now deprecated in favor to json-v2 and json-v1 formats.
  • 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

08 Dec 19:39
Compare
Choose a tag to compare

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/

1.3.1

02 Jul 21:04
365d46d
Compare
Choose a tag to compare

Fixing a bug where undocumented statements where outputted -1