7.1
版本发布时间: 2024-02-26 03:49:24
gcovr/gcovr最新发布版本:7.2(2024-02-26 04:22:56)
New features and notable changes:
- Add support for coloured logging. (#887)
- Add support for TOML configuration format. (#881)
- Add support for Clover XML output format. (#888)
- Add decision to JSON summary report if option
--decisions
is used. (#892)
Bug fixes and small improvements:
- Add support for files with more than 9999 lines. (#883, fixes #882)
- Do not suppress gcov errors if exception occur. (#889)
Documentation:
- Add nox session to generate the screenshots from the HTML files. (#877)
Internal changes:
- Improve Dockerfile for faster rebuilds by using cache. (#878)
- Fix deprecation warnings from GitHub actions. (#880)
- Add pipeline job to apply tag if new version is bumped. (#879)
- Improve test coverage and generate coverage report if executed in local environment. (#891)