Kover Report Action
Version updated for https://github.com/yshrsmz/kover-report-action to version v1.3.1.
- 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
The Kover Report Action is a GitHub Action designed to automate code coverage reporting for Kotlin/Android projects using Kover. It supports multi-module projects by aggregating coverage data, provides configurable thresholds for coverage validation, integrates with pull requests by posting reports as comments, and tracks coverage trends over time. This action streamlines the process of generating, validating, and analyzing code coverage, improving development workflows and ensuring code quality.
Release notes
v1.3.1: PR #110 - fix(deps): update dependency @actions/exec to v3