Releases: threeal/gcovr-action
Releases · threeal/gcovr-action
Version 1.1.0
What's Changed
- Added support for generating Cobertura XML reports.
- Added support for generating HTML reports.
- Modified the
github-token
input to be optional, allowing the report to be sent to Coveralls without specifying a GitHub token. - Improved the gcovr installation using pipx-install-action.
- Enhanced the request for sending Coveralls reports using formdata-node and got.
- Improved input handling and logging using gha-utils.
- Enhanced documentation in the
README.md
file. - Improved the development workspace.
- Updated dependencies.
New Contributors
- @niwciu made their first contribution in #413.
- @jonathanreeves made their first contribution in #433.
Full Changelog: v1...v1.1.0
Version 1.0.0
Version 0.2.0
- Auto install LLVM if the
gcov-executable
input is specified to usellvm-cov
. - Replace Coveralls repo token with GitHub token.
- Add support to run on multiple platforms (Windows, Ubuntu, and macOS).