Kover Report Action
Version updated for https://github.com/yshrsmz/kover-report-action to version v3.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of generating and reporting code coverage from Kover XML reports in Kotlin/Android projects. It supports multi-module support with flexible discovery methods (command-based or glob pattern) and configurable thresholds for different module types and names. The action also provides options to include coverage history and trends in PR comments, making it useful for tracking code coverage improvements over time.
What’s Changed
v3.0.0: PR #138 - chore(deps): update actions/checkout action to v7