limgo-action
Version updated for https://github.com/GoTestTools/limgo-action to version v1.1.0.
- This action is used across all versions by 7 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 limgo-action GitHub Action enforces test coverage thresholds in Go projects by integrating with the limgo tool. It automates the process of verifying that code test coverage meets predefined standards, helping teams maintain high-quality code and prevent coverage regression. Key capabilities include running coverage checks, generating detailed reports, and optionally uploading results for further analysis.
What’s Changed
What’s Changed
- Upgrade nodejs version to 24 and update readme by @jaredoconnell in https://github.com/GoTestTools/limgo-action/pull/2
New Contributors
- @jaredoconnell made their first contribution in https://github.com/GoTestTools/limgo-action/pull/2
Full Changelog: https://github.com/GoTestTools/limgo-action/compare/v1.0.2...v1.1.0