v1.8.0
gotestyourself-bot
released this
09 Apr 18:46
·
251 commits
to main
since this release
Changelog
- 69fcbcb Merge pull request #243 from dnephin/enable-color-on-github-actions
- 9e8433c Enable color by default when run from github actions
- a8b4e27 Merge pull request #242 from gotestyourself/docs-post-run
- 4cc96fb Improve the docs for --post-run-command
- cc0c1a1 Merge pull request #234 from uhthomas/exec-stdin
- ac4bc6f Improve the test for input from stdin
- ce158b4 Pass stdin to go test
- 0fa88f3 Merge pull request #241 from gotestyourself/mkdir-path
- d93af71 create any missing directories for {json,junit}file
- 528a3fd Merge pull request #235 from ashanbrown/asb/ignore-warnings
- bba51ac Fix e2e test failure
- 90a5a10 Ensure we still rerun tests when there are warnings
- d9cd222 Merge pull request #237 from gotestyourself/ci-go1.18
- 99a7f30 fix goreleaser
- afec7a6 ci: go1.18
- 661b091 Merge pull request #226 from g-gaston/compile-test2json-without-go
- 42e50c2 Add instructions to compile test2json without the need of a local go installation
- 08a7689 Merge pull request #224 from greut/fix/golangci-lint
- 2a49979 fix: remove deprecated linters from golanci-lint
- 87d6387 Merge pull request #223 from dmitris/patch-1
- 98a1847 update 'go get' idirective to 'go install'
- e5de87c Merge pull request #216 from dnephin/pkg-elapsed
- b08915a Merge pull request #215 from dnephin/windows-color
- 5ec6ef6 Update tests for package elapsed time change.
- ed34d9a testjson: use event elapsed time for package elapsed
- 7cadea0 Fix color output on windows
- c5a73e1 log: use color.Error in log
- c728c6c Merge pull request #211 from dnephin/version-cmd
- c0fbc60 Merge pull request #212 from dnephin/go1.17
- c4e2ac6 ci: add go1.17, remove go1.13
- ff8f987 README: add version when feature was introduced.
- de90737 Add 'help' and '?' commands
- 37116ff Merge pull request #210 from johnrichardrinehart/fix/detect-death-by-sigint
- 643063a cmd: update signal handling
- 232870c fix(cmd/main.go): add a channel to proc{} for detecting SIGINT