What's Changed
Improvements
- Enhanced build failure handling to work consistently across Go versions
- Added stderr redirection (2>&1) to capture compilation errors and build failures
- Improved error detection for various Go compiler output formats
- Better handling of test execution failures vs build failures
Documentation
- Updated Go version requirement to 1.24+
- Added stderr redirection to all example commands
- Clarified usage with absolute paths in Makefile examples
Installation
Usage
go test -json ./... 2>&1 | tdd-guard-go -project-root /path/to/project
Full Changelog
go-v0.1.0...go-v0.1.1