gocov coverage upload
Version updated for https://github.com/gocov/gocov-action to version v1.7.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action uploads test coverage data to gocov from GitHub Actions, handling various programming languages and formats like Go (LCOV), JavaScript/TypeScript (LCOV), Java (JaCoCo), and Python (Cobertura). It supports splitting coverage across different jobs in a matrix build for better visibility and reporting. The action is designed to automatically generate badges and PR comments on the hosted service or your own server, ensuring comprehensive test coverage reporting for your projects.
What’s Changed
What’s Changed
- Fork PRs upload tokenless through the GitHub App by @bykclk in https://github.com/gocov/gocov-action/pull/8
Full Changelog: https://github.com/gocov/gocov-action/compare/v1.6.0...v1.7.0