Skip to content

tdd-guard-go v0.1.1

Compare
Choose a tag to compare
@nizos nizos released this 11 Aug 19:29
· 46 commits to main since this release
go-v0.1.1
578daf3

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

go install github.com/nizos/tdd-guard/reporters/go/cmd/[email protected]

Usage

go test -json ./... 2>&1 | tdd-guard-go -project-root /path/to/project

Full Changelog

go-v0.1.0...go-v0.1.1