Go Test PR Reporter
Version updated for https://github.com/ba58ajbse/go-test-report-action to version v1.2.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
The “Go Test PR Reporter” GitHub Action automates the process of running Go tests, parsing their results, and providing clear reporting. It posts a summary of test results, including failed test logs, as comments on pull requests and displays a detailed test report in the Actions Job Summary. This action helps streamline test reporting, improves visibility into test outcomes, and facilitates efficient collaboration during code reviews.
Release notes
What’s Changed
Improvements
- Add branding and author for GitHub Marketplace publishing
- Added
authorandbranding(icon: check-circle, color: green) toaction.yml - Updated README version references from
@mainto@v1 - Renamed action to “Go Test PR Reporter” for Marketplace uniqueness
- Added
Full Changelog: https://github.com/ba58ajbse/go-test-report-action/compare/v1.1.0...v1.2.0