go-test-coverage
Version updated for vladopajic/go-test-coverage to version v2.10.0.
- This action is used across all versions by 144 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
What’s Changed
- add support for checking coverage using multiple coverage profile files https://github.com/vladopajic/go-test-coverage/pull/74
- add ability to exclude entire function from coverage statistics https://github.com/vladopajic/go-test-coverage/pull/75
- add ability to exclude whole body of
if
,switch
,select
andfor
statements with annotation https://github.com/vladopajic/go-test-coverage/pull/77, https://github.com/vladopajic/go-test-coverage/pull/79 - exclude files with no statements https://github.com/vladopajic/go-test-coverage/pull/76
Full Changelog: https://github.com/vladopajic/go-test-coverage/compare/v2.9.0...v2.10.0