Gcovr Action
Version updated for threeal/gcovr-action to version v1.1.0.
- This action is used across all versions by 121 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
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 https://github.com/threeal/gcovr-action/pull/413.
- @jonathanreeves made their first contribution in https://github.com/threeal/gcovr-action/pull/433.
Full Changelog: https://github.com/threeal/gcovr-action/compare/v1...v1.1.0