gotestyourself/gotestsum (gotest.tools/gotestsum)
### [`v1.12.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.12.0)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.11.0...v1.12.0)
#### What's Changed
- filewatcher: silence warning from os.Stat failures by [@smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371)
- Add format-icons flag for nerdfonts instead of unicode by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/366](https://togithub.com/gotestyourself/gotestsum/pull/366)
- Add support for gotestsum on illumos/amd64 by [@szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373)
- Improve warning message when stdin is not a terminal by [@smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/374](https://togithub.com/gotestyourself/gotestsum/pull/374)
- Used named constants instead of magic numbers in illumos-specific code by [@szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/375](https://togithub.com/gotestyourself/gotestsum/pull/375)
- Add Mattermost to README.md links by [@lieut-data](https://togithub.com/lieut-data) in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378)
- Update gotestsum retries to properly filter out parents when there is a a missing gap in the parent tree by [@ddworken](https://togithub.com/ddworken) in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377)
- Add Woodpecker CI to no-color default autodetection by [@xoxys](https://togithub.com/xoxys) in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379)
- Fix append bug in --rerun-fails with -run flag by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/382](https://togithub.com/gotestyourself/gotestsum/pull/382)
- Add gofiber/fiber to list of projects by [@gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389)
- Updates to dependencies and GitHub workflows by [@gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/390](https://togithub.com/gotestyourself/gotestsum/pull/390)
#### New Contributors
- [@smoynes](https://togithub.com/smoynes) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371)
- [@szaydel](https://togithub.com/szaydel) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373)
- [@lieut-data](https://togithub.com/lieut-data) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378)
- [@ddworken](https://togithub.com/ddworken) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377)
- [@xoxys](https://togithub.com/xoxys) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379)
- [@gaby](https://togithub.com/gaby) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389)
**Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.11.0...v1.12.0
### [`v1.11.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.11.0)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.10.1...v1.11.0)
#### What's Changed
- handle multiple levels in subtest regex generation by [@brycekahle](https://togithub.com/brycekahle) in [https://github.com/gotestyourself/gotestsum/pull/342](https://togithub.com/gotestyourself/gotestsum/pull/342)
- rerun-fails: prevent extra runs when a sub-test fails by [@brycekahle](https://togithub.com/brycekahle) in [https://github.com/gotestyourself/gotestsum/pull/343](https://togithub.com/gotestyourself/gotestsum/pull/343)
- Add note about binary test result caching by [@nfi-hashicorp](https://togithub.com/nfi-hashicorp) in [https://github.com/gotestyourself/gotestsum/pull/350](https://togithub.com/gotestyourself/gotestsum/pull/350)
- dots-v2: hide cursor during output by [@howardjohn](https://togithub.com/howardjohn) in [https://github.com/gotestyourself/gotestsum/pull/354](https://togithub.com/gotestyourself/gotestsum/pull/354)
- Export elapsed time to the post-run environment by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/360](https://togithub.com/gotestyourself/gotestsum/pull/360)
- Include test.timeout stack trace in the junit.xml by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/357](https://togithub.com/gotestyourself/gotestsum/pull/357)
- Fix dots formats with stderr by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/358](https://togithub.com/gotestyourself/gotestsum/pull/358)
- Rename TESTS_ELAPSED environment variable by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/361](https://togithub.com/gotestyourself/gotestsum/pull/361)
- GitHub actions format by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/315](https://togithub.com/gotestyourself/gotestsum/pull/315)
- Add the time unit to elapsed time duration by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/363](https://togithub.com/gotestyourself/gotestsum/pull/363)
- Add testdox format by [@bitfield](https://togithub.com/bitfield) in [https://github.com/gotestyourself/gotestsum/pull/359](https://togithub.com/gotestyourself/gotestsum/pull/359)
- Add post-run-command notify implementation for linux by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/362](https://togithub.com/gotestyourself/gotestsum/pull/362)
- dotsv2: remove jitters entirely by [@howardjohn](https://togithub.com/howardjohn) in [https://github.com/gotestyourself/gotestsum/pull/368](https://togithub.com/gotestyourself/gotestsum/pull/368)
#### New Contributors
- [@brycekahle](https://togithub.com/brycekahle) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/342](https://togithub.com/gotestyourself/gotestsum/pull/342)
- [@nfi-hashicorp](https://togithub.com/nfi-hashicorp) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/350](https://togithub.com/gotestyourself/gotestsum/pull/350)
- [@howardjohn](https://togithub.com/howardjohn) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/354](https://togithub.com/gotestyourself/gotestsum/pull/354)
- [@afbjorklund](https://togithub.com/afbjorklund) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/360](https://togithub.com/gotestyourself/gotestsum/pull/360)
- [@bitfield](https://togithub.com/bitfield) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/359](https://togithub.com/gotestyourself/gotestsum/pull/359)
**Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.10.1...v1.11.0
### [`v1.10.1`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.10.1)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.10.0...v1.10.1)
#### What's Changed
- Add list of projects that use gotestsum to the README by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/319](https://togithub.com/gotestyourself/gotestsum/pull/319)
- ci: update goreleaser 1.7.0 to 1.17.0 for windows/arm64 by [@suzuki-shunsuke](https://togithub.com/suzuki-shunsuke) in [https://github.com/gotestyourself/gotestsum/pull/324](https://togithub.com/gotestyourself/gotestsum/pull/324)
- Fix coverage detection for go1.20 by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/325](https://togithub.com/gotestyourself/gotestsum/pull/325)
- Add support for zOS by [@v1gnesh](https://togithub.com/v1gnesh) in [https://github.com/gotestyourself/gotestsum/pull/334](https://togithub.com/gotestyourself/gotestsum/pull/334)
- Detect CI environments for default `no-color` value by [@silverwind](https://togithub.com/silverwind) in [https://github.com/gotestyourself/gotestsum/pull/330](https://togithub.com/gotestyourself/gotestsum/pull/330)
- Quote test names before they are used within the regex to rerun by [@noBlubb](https://togithub.com/noBlubb) in [https://github.com/gotestyourself/gotestsum/pull/338](https://togithub.com/gotestyourself/gotestsum/pull/338)
- Update links to other projects by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/321](https://togithub.com/gotestyourself/gotestsum/pull/321)
- Don't treat debug messages as errors by [@Pawka](https://togithub.com/Pawka) in [https://github.com/gotestyourself/gotestsum/pull/336](https://togithub.com/gotestyourself/gotestsum/pull/336)
#### New Contributors
- [@suzuki-shunsuke](https://togithub.com/suzuki-shunsuke) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/324](https://togithub.com/gotestyourself/gotestsum/pull/324)
- [@v1gnesh](https://togithub.com/v1gnesh) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/334](https://togithub.com/gotestyourself/gotestsum/pull/334)
- [@silverwind](https://togithub.com/silverwind) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/330](https://togithub.com/gotestyourself/gotestsum/pull/330)
- [@noBlubb](https://togithub.com/noBlubb) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/338](https://togithub.com/gotestyourself/gotestsum/pull/338)
**Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.10.0...v1.10.1
### [`v1.10.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.10.0)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.9.0...v1.10.0)
#### What's Changed
- Use go 1.20 in CI by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/304](https://togithub.com/gotestyourself/gotestsum/pull/304)
- Fix need to save twice to trigger watch on OSX using Neovim by [@andersjanmyr](https://togithub.com/andersjanmyr) in [https://github.com/gotestyourself/gotestsum/pull/300](https://togithub.com/gotestyourself/gotestsum/pull/300)
- Add standard-json format by [@Pawka](https://togithub.com/Pawka) in [https://github.com/gotestyourself/gotestsum/pull/313](https://togithub.com/gotestyourself/gotestsum/pull/313)
- Ensure jsonfile is flushed before running post-run-command by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/305](https://togithub.com/gotestyourself/gotestsum/pull/305)
- Add jsonfile-timing-events flag for capturing only the timing events in a file by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/306](https://togithub.com/gotestyourself/gotestsum/pull/306)
- Use io.Writer in formatters by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/317](https://togithub.com/gotestyourself/gotestsum/pull/317)
- ci-matrix: improve description by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/307](https://togithub.com/gotestyourself/gotestsum/pull/307)
- slowest: Add num flag for limiting the number of slow tests to print by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/318](https://togithub.com/gotestyourself/gotestsum/pull/318)
#### New Contributors
- [@andersjanmyr](https://togithub.com/andersjanmyr) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/300](https://togithub.com/gotestyourself/gotestsum/pull/300)
- [@Pawka](https://togithub.com/Pawka) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/313](https://togithub.com/gotestyourself/gotestsum/pull/313)
**Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.9.0...v1.10.0
### [`v1.9.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.9.0)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0)
#### What's Changed
- readme: better feature description by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/271](https://togithub.com/gotestyourself/gotestsum/pull/271)
- Add a flag for running the entire root test case when any of its subtests fail by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/275](https://togithub.com/gotestyourself/gotestsum/pull/275)
- consolidate cmd routing into main by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/272](https://togithub.com/gotestyourself/gotestsum/pull/272)
- Error if `-failfast` is used with `--rerun-fails` by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/280](https://togithub.com/gotestyourself/gotestsum/pull/280)
- Added go-recipes badge by [@nikolaydubina](https://togithub.com/nikolaydubina) in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286)
- Hide empty packages in compact formats by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/283](https://togithub.com/gotestyourself/gotestsum/pull/283)
- Add tool ci-matrix by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/258](https://togithub.com/gotestyourself/gotestsum/pull/258)
- Hide empty packages on junit output by [@flowchartsman](https://togithub.com/flowchartsman) in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288)
- feat(freebsd): generate arm/amd64 binaries for FreeBSD by [@ghuntley](https://togithub.com/ghuntley) in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291)
- Update README.md by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/297](https://togithub.com/gotestyourself/gotestsum/pull/297)
- Add --watch-chdir flag by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/276](https://togithub.com/gotestyourself/gotestsum/pull/276)
- Add option to use high-visibility icons by [@n-oden](https://togithub.com/n-oden) in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293)
- Print the test timeout panic as package output by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/298](https://togithub.com/gotestyourself/gotestsum/pull/298)
#### New Contributors
- [@nikolaydubina](https://togithub.com/nikolaydubina) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286)
- [@flowchartsman](https://togithub.com/flowchartsman) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288)
- [@ghuntley](https://togithub.com/ghuntley) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291)
- [@n-oden](https://togithub.com/n-oden) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293)
**Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0
### [`v1.8.2`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.8.2)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.1...v1.8.2)
#### What's Changed
- Show shuffle seed by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/256](https://togithub.com/gotestyourself/gotestsum/pull/256)
- Update tests, and cleanup formats by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/262](https://togithub.com/gotestyourself/gotestsum/pull/262)
- Remove one dependency, update the rest by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/263](https://togithub.com/gotestyourself/gotestsum/pull/263)
- Test against go1.19, remove go1.15 by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/269](https://togithub.com/gotestyourself/gotestsum/pull/269)
- Add project name to junit.xml output by [@nikolaigut](https://togithub.com/nikolaigut) in [https://github.com/gotestyourself/gotestsum/pull/261](https://togithub.com/gotestyourself/gotestsum/pull/261)
- Adding in support for s390x and ppc64le by [@james-crowley](https://togithub.com/james-crowley) in [https://github.com/gotestyourself/gotestsum/pull/270](https://togithub.com/gotestyourself/gotestsum/pull/270)
#### New Contributors
- [@nikolaigut](https://togithub.com/nikolaigut) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/261](https://togithub.com/gotestyourself/gotestsum/pull/261)
- [@james-crowley](https://togithub.com/james-crowley) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/270](https://togithub.com/gotestyourself/gotestsum/pull/270)
**Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.8.1...v1.8.2
### [`v1.8.1`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.8.1)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.0...v1.8.1)
#### Changelog
- [`e209ec9`](https://togithub.com/gotestyourself/gotestsum/commit/e209ec9) Merge pull request [#249](https://togithub.com/gotestyourself/gotestsum/issues/249) from dnephin/add-update-flag
- [`849289b`](https://togithub.com/gotestyourself/gotestsum/commit/849289b) Add to readme
- [`57ba68e`](https://togithub.com/gotestyourself/gotestsum/commit/57ba68e) Add some tests for watch events
- [`14592d7`](https://togithub.com/gotestyourself/gotestsum/commit/14592d7) watch: add u key for updates
- [`f1fdcbd`](https://togithub.com/gotestyourself/gotestsum/commit/f1fdcbd) Merge pull request [#246](https://togithub.com/gotestyourself/gotestsum/issues/246) from dnephin/warn-watch-and-paths
- [`ddb4125`](https://togithub.com/gotestyourself/gotestsum/commit/ddb4125) Document --watch with extra package paths
- [`938480e`](https://togithub.com/gotestyourself/gotestsum/commit/938480e) Merge pull request [#245](https://togithub.com/gotestyourself/gotestsum/issues/245) from dnephin/aix
- [`6b46741`](https://togithub.com/gotestyourself/gotestsum/commit/6b46741) Fix the build on aix
### [`v1.8.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.8.0)
[Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.7.0...v1.8.0)
#### Changelog
- [`69fcbcb`](https://togithub.com/gotestyourself/gotestsum/commit/69fcbcb) Merge pull request [#243](https://togithub.com/gotestyourself/gotestsum/issues/243) from dnephin/enable-color-on-github-actions
- [`9e8433c`](https://togithub.com/gotestyourself/gotestsum/commit/9e8433c) Enable color by default when run from github actions
- [`a8b4e27`](https://togithub.com/gotestyourself/gotestsum/commit/a8b4e27) Merge pull request [#242](https://togithub.com/gotestyourself/gotestsum/issues/242) from gotestyourself/docs-post-run
- [`4cc96fb`](https://togithub.com/gotestyourself/gotestsum/commit/4cc96fb) Improve the docs for --post-run-command
- [`cc0c1a1`](https://togithub.com/gotestyourself/gotestsum/commit/cc0c1a1) Merge pull request [#234](https://togithub.com/gotestyourself/gotestsum/issues/234) from uhthomas/exec-stdin
- [`ac4bc6f`](https://togithub.com/gotestyourself/gotestsum/commit/ac4bc6f) Improve the test for input from stdin
- [`ce158b4`](https://togithub.com/gotestyourself/gotestsum/commit/ce158b4) Pass stdin to go test
- [`0fa88f3`](https://togithub.com/gotestyourself/gotestsum/commit/0fa88f3) Merge pull request [#241](https://togithub.com/gotestyourself/gotestsum/issues/241) from gotestyourself/mkdir-path
- [`d93af71`](https://togithub.com/gotestyourself/gotestsum/commit/d93af71) create any missing directories for {json,junit}file
- [`528a3fd`](https://togithub.com/gotestyourself/gotestsum/commit/528a3fd) Merge pull request [#235](https://togithub.com/gotestyourself/gotestsum/issues/235) from ashanbrown/asb/ignore-warnings
- [`bba51ac`](https://togithub.com/gotestyourself/gotestsum/commit/bba51ac) Fix e2e test failure
- [`90a5a10`](https://togithub.com/gotestyourself/gotestsum/commit/90a5a10) Ensure we still rerun tests when there are warnings
- [`d9cd222`](https://togithub.com/gotestyourself/gotestsum/commit/d9cd222) Merge pull request [#237](https://togithub.com/gotestyourself/gotestsum/issues/237) from gotestyourself/ci-go1.18
- [`99a7f30`](https://togithub.com/gotestyourself/gotestsum/commit/99a7f30) fix goreleaser
- [`afec7a6`](https://togithub.com/gotestyourself/gotestsum/commit/afec7a6) ci: go1.18
- [`661b091`](https://togithub.com/gotestyourself/gotestsum/commit/661b091) Merge pull request [#226](https://togithub.com/gotestyourself/gotestsum/issues/226) from g-gaston/compile-test2json-without-go
- [`42e50c2`](https://togithub.com/gotestyourself/gotestsum/commit/42e50c2) Add instructions to compile test2json without the need of a local go installation
- [`08a7689`](https://togithub.com/gotestyourself/gotestsum/commit/08a7689) Merge pull request [#224](https://togithub.com/gotestyourself/gotestsum/issues/224) from greut/fix/golangci-lint
- [`2a49979`](https://togithub.com/gotestyourself/gotestsum/commit/2a49979) fix: remove deprecated linters from golanci-lint
- [`87d6387`](https://togithub.com/gotestyourself/gotestsum/commit/87d6387) Merge pull request [#223](https://togithub.com/gotestyourself/gotestsum/issues/223) from dmitris/patch-1
- [`98a1847`](https://togithub.com/gotestyourself/gotestsum/commit/98a1847) update 'go get' idirective to 'go install'
- [`e5de87c`](https://togithub.com/gotestyourself/gotestsum/commit/e5de87c) Merge pull request [#216](https://togithub.com/gotestyourself/gotestsum/issues/216) from dnephin/pkg-elapsed
- [`b08915a`](https://togithub.com/gotestyourself/gotestsum/commit/b08915a) Merge pull request [#215](https://togithub.com/gotestyourself/gotestsum/issues/215) from dnephin/windows-color
- [`5ec6ef6`](https://togithub.com/gotestyourself/gotestsum/commit/5ec6ef6) Update tests for package elapsed time change.
- [`ed34d9a`](https://togithub.com/gotestyourself/gotestsum/commit/ed34d9a) testjson: use event elapsed time for package elapsed
- [`7cadea0`](https://togithub.com/gotestyourself/gotestsum/commit/7cadea0) Fix color output on windows
- [`c5a73e1`](https://togithub.com/gotestyourself/gotestsum/commit/c5a73e1) log: use color.Error in log
- [`c728c6c`](https://togithub.com/gotestyourself/gotestsum/commit/c728c6c) Merge pull request [#211](https://togithub.com/gotestyourself/gotestsum/issues/211) from dnephin/version-cmd
- [`c0fbc60`](https://togithub.com/gotestyourself/gotestsum/commit/c0fbc60) Merge pull request [#212](https://togithub.com/gotestyourself/gotestsum/issues/212) from dnephin/go1.17
- [`c4e2ac6`](https://togithub.com/gotestyourself/gotestsum/commit/c4e2ac6) ci: add go1.17, remove go1.13
- [`ff8f987`](https://togithub.com/gotestyourself/gotestsum/commit/ff8f987) README: add version when feature was introduced.
- [`de90737`](https://togithub.com/gotestyourself/gotestsum/commit/de90737) Add 'help' and '?' commands
- [`37116ff`](https://togithub.com/gotestyourself/gotestsum/commit/37116ff) Merge pull request [#210](https://togithub.com/gotestyourself/gotestsum/issues/210) from johnrichardrinehart/fix/detect-death-by-sigint
- [`643063a`](https://togithub.com/gotestyourself/gotestsum/commit/643063a) cmd: update signal handling
- [`232870c`](https://togithub.com/gotestyourself/gotestsum/commit/232870c) fix(cmd/main.go): add a channel to proc{} for detecting SIGINT
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v1.7.0
->v1.12.0
Release Notes
gotestyourself/gotestsum (gotest.tools/gotestsum)
### [`v1.12.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.12.0) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.11.0...v1.12.0) #### What's Changed - filewatcher: silence warning from os.Stat failures by [@smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371) - Add format-icons flag for nerdfonts instead of unicode by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/366](https://togithub.com/gotestyourself/gotestsum/pull/366) - Add support for gotestsum on illumos/amd64 by [@szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373) - Improve warning message when stdin is not a terminal by [@smoynes](https://togithub.com/smoynes) in [https://github.com/gotestyourself/gotestsum/pull/374](https://togithub.com/gotestyourself/gotestsum/pull/374) - Used named constants instead of magic numbers in illumos-specific code by [@szaydel](https://togithub.com/szaydel) in [https://github.com/gotestyourself/gotestsum/pull/375](https://togithub.com/gotestyourself/gotestsum/pull/375) - Add Mattermost to README.md links by [@lieut-data](https://togithub.com/lieut-data) in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378) - Update gotestsum retries to properly filter out parents when there is a a missing gap in the parent tree by [@ddworken](https://togithub.com/ddworken) in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377) - Add Woodpecker CI to no-color default autodetection by [@xoxys](https://togithub.com/xoxys) in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379) - Fix append bug in --rerun-fails with -run flag by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/382](https://togithub.com/gotestyourself/gotestsum/pull/382) - Add gofiber/fiber to list of projects by [@gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389) - Updates to dependencies and GitHub workflows by [@gaby](https://togithub.com/gaby) in [https://github.com/gotestyourself/gotestsum/pull/390](https://togithub.com/gotestyourself/gotestsum/pull/390) #### New Contributors - [@smoynes](https://togithub.com/smoynes) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/371](https://togithub.com/gotestyourself/gotestsum/pull/371) - [@szaydel](https://togithub.com/szaydel) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/373](https://togithub.com/gotestyourself/gotestsum/pull/373) - [@lieut-data](https://togithub.com/lieut-data) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/378](https://togithub.com/gotestyourself/gotestsum/pull/378) - [@ddworken](https://togithub.com/ddworken) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/377](https://togithub.com/gotestyourself/gotestsum/pull/377) - [@xoxys](https://togithub.com/xoxys) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/379](https://togithub.com/gotestyourself/gotestsum/pull/379) - [@gaby](https://togithub.com/gaby) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/389](https://togithub.com/gotestyourself/gotestsum/pull/389) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.11.0...v1.12.0 ### [`v1.11.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.11.0) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.10.1...v1.11.0) #### What's Changed - handle multiple levels in subtest regex generation by [@brycekahle](https://togithub.com/brycekahle) in [https://github.com/gotestyourself/gotestsum/pull/342](https://togithub.com/gotestyourself/gotestsum/pull/342) - rerun-fails: prevent extra runs when a sub-test fails by [@brycekahle](https://togithub.com/brycekahle) in [https://github.com/gotestyourself/gotestsum/pull/343](https://togithub.com/gotestyourself/gotestsum/pull/343) - Add note about binary test result caching by [@nfi-hashicorp](https://togithub.com/nfi-hashicorp) in [https://github.com/gotestyourself/gotestsum/pull/350](https://togithub.com/gotestyourself/gotestsum/pull/350) - dots-v2: hide cursor during output by [@howardjohn](https://togithub.com/howardjohn) in [https://github.com/gotestyourself/gotestsum/pull/354](https://togithub.com/gotestyourself/gotestsum/pull/354) - Export elapsed time to the post-run environment by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/360](https://togithub.com/gotestyourself/gotestsum/pull/360) - Include test.timeout stack trace in the junit.xml by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/357](https://togithub.com/gotestyourself/gotestsum/pull/357) - Fix dots formats with stderr by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/358](https://togithub.com/gotestyourself/gotestsum/pull/358) - Rename TESTS_ELAPSED environment variable by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/361](https://togithub.com/gotestyourself/gotestsum/pull/361) - GitHub actions format by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/315](https://togithub.com/gotestyourself/gotestsum/pull/315) - Add the time unit to elapsed time duration by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/363](https://togithub.com/gotestyourself/gotestsum/pull/363) - Add testdox format by [@bitfield](https://togithub.com/bitfield) in [https://github.com/gotestyourself/gotestsum/pull/359](https://togithub.com/gotestyourself/gotestsum/pull/359) - Add post-run-command notify implementation for linux by [@afbjorklund](https://togithub.com/afbjorklund) in [https://github.com/gotestyourself/gotestsum/pull/362](https://togithub.com/gotestyourself/gotestsum/pull/362) - dotsv2: remove jitters entirely by [@howardjohn](https://togithub.com/howardjohn) in [https://github.com/gotestyourself/gotestsum/pull/368](https://togithub.com/gotestyourself/gotestsum/pull/368) #### New Contributors - [@brycekahle](https://togithub.com/brycekahle) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/342](https://togithub.com/gotestyourself/gotestsum/pull/342) - [@nfi-hashicorp](https://togithub.com/nfi-hashicorp) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/350](https://togithub.com/gotestyourself/gotestsum/pull/350) - [@howardjohn](https://togithub.com/howardjohn) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/354](https://togithub.com/gotestyourself/gotestsum/pull/354) - [@afbjorklund](https://togithub.com/afbjorklund) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/360](https://togithub.com/gotestyourself/gotestsum/pull/360) - [@bitfield](https://togithub.com/bitfield) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/359](https://togithub.com/gotestyourself/gotestsum/pull/359) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.10.1...v1.11.0 ### [`v1.10.1`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.10.1) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.10.0...v1.10.1) #### What's Changed - Add list of projects that use gotestsum to the README by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/319](https://togithub.com/gotestyourself/gotestsum/pull/319) - ci: update goreleaser 1.7.0 to 1.17.0 for windows/arm64 by [@suzuki-shunsuke](https://togithub.com/suzuki-shunsuke) in [https://github.com/gotestyourself/gotestsum/pull/324](https://togithub.com/gotestyourself/gotestsum/pull/324) - Fix coverage detection for go1.20 by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/325](https://togithub.com/gotestyourself/gotestsum/pull/325) - Add support for zOS by [@v1gnesh](https://togithub.com/v1gnesh) in [https://github.com/gotestyourself/gotestsum/pull/334](https://togithub.com/gotestyourself/gotestsum/pull/334) - Detect CI environments for default `no-color` value by [@silverwind](https://togithub.com/silverwind) in [https://github.com/gotestyourself/gotestsum/pull/330](https://togithub.com/gotestyourself/gotestsum/pull/330) - Quote test names before they are used within the regex to rerun by [@noBlubb](https://togithub.com/noBlubb) in [https://github.com/gotestyourself/gotestsum/pull/338](https://togithub.com/gotestyourself/gotestsum/pull/338) - Update links to other projects by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/321](https://togithub.com/gotestyourself/gotestsum/pull/321) - Don't treat debug messages as errors by [@Pawka](https://togithub.com/Pawka) in [https://github.com/gotestyourself/gotestsum/pull/336](https://togithub.com/gotestyourself/gotestsum/pull/336) #### New Contributors - [@suzuki-shunsuke](https://togithub.com/suzuki-shunsuke) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/324](https://togithub.com/gotestyourself/gotestsum/pull/324) - [@v1gnesh](https://togithub.com/v1gnesh) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/334](https://togithub.com/gotestyourself/gotestsum/pull/334) - [@silverwind](https://togithub.com/silverwind) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/330](https://togithub.com/gotestyourself/gotestsum/pull/330) - [@noBlubb](https://togithub.com/noBlubb) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/338](https://togithub.com/gotestyourself/gotestsum/pull/338) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.10.0...v1.10.1 ### [`v1.10.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.10.0) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.9.0...v1.10.0) #### What's Changed - Use go 1.20 in CI by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/304](https://togithub.com/gotestyourself/gotestsum/pull/304) - Fix need to save twice to trigger watch on OSX using Neovim by [@andersjanmyr](https://togithub.com/andersjanmyr) in [https://github.com/gotestyourself/gotestsum/pull/300](https://togithub.com/gotestyourself/gotestsum/pull/300) - Add standard-json format by [@Pawka](https://togithub.com/Pawka) in [https://github.com/gotestyourself/gotestsum/pull/313](https://togithub.com/gotestyourself/gotestsum/pull/313) - Ensure jsonfile is flushed before running post-run-command by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/305](https://togithub.com/gotestyourself/gotestsum/pull/305) - Add jsonfile-timing-events flag for capturing only the timing events in a file by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/306](https://togithub.com/gotestyourself/gotestsum/pull/306) - Use io.Writer in formatters by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/317](https://togithub.com/gotestyourself/gotestsum/pull/317) - ci-matrix: improve description by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/307](https://togithub.com/gotestyourself/gotestsum/pull/307) - slowest: Add num flag for limiting the number of slow tests to print by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/318](https://togithub.com/gotestyourself/gotestsum/pull/318) #### New Contributors - [@andersjanmyr](https://togithub.com/andersjanmyr) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/300](https://togithub.com/gotestyourself/gotestsum/pull/300) - [@Pawka](https://togithub.com/Pawka) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/313](https://togithub.com/gotestyourself/gotestsum/pull/313) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.9.0...v1.10.0 ### [`v1.9.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.9.0) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0) #### What's Changed - readme: better feature description by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/271](https://togithub.com/gotestyourself/gotestsum/pull/271) - Add a flag for running the entire root test case when any of its subtests fail by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/275](https://togithub.com/gotestyourself/gotestsum/pull/275) - consolidate cmd routing into main by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/272](https://togithub.com/gotestyourself/gotestsum/pull/272) - Error if `-failfast` is used with `--rerun-fails` by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/280](https://togithub.com/gotestyourself/gotestsum/pull/280) - Added go-recipes badge by [@nikolaydubina](https://togithub.com/nikolaydubina) in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286) - Hide empty packages in compact formats by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/283](https://togithub.com/gotestyourself/gotestsum/pull/283) - Add tool ci-matrix by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/258](https://togithub.com/gotestyourself/gotestsum/pull/258) - Hide empty packages on junit output by [@flowchartsman](https://togithub.com/flowchartsman) in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288) - feat(freebsd): generate arm/amd64 binaries for FreeBSD by [@ghuntley](https://togithub.com/ghuntley) in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291) - Update README.md by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/297](https://togithub.com/gotestyourself/gotestsum/pull/297) - Add --watch-chdir flag by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/276](https://togithub.com/gotestyourself/gotestsum/pull/276) - Add option to use high-visibility icons by [@n-oden](https://togithub.com/n-oden) in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293) - Print the test timeout panic as package output by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/298](https://togithub.com/gotestyourself/gotestsum/pull/298) #### New Contributors - [@nikolaydubina](https://togithub.com/nikolaydubina) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/286](https://togithub.com/gotestyourself/gotestsum/pull/286) - [@flowchartsman](https://togithub.com/flowchartsman) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/288](https://togithub.com/gotestyourself/gotestsum/pull/288) - [@ghuntley](https://togithub.com/ghuntley) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/291](https://togithub.com/gotestyourself/gotestsum/pull/291) - [@n-oden](https://togithub.com/n-oden) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/293](https://togithub.com/gotestyourself/gotestsum/pull/293) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.8.2...v1.9.0 ### [`v1.8.2`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.8.2) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.1...v1.8.2) #### What's Changed - Show shuffle seed by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/256](https://togithub.com/gotestyourself/gotestsum/pull/256) - Update tests, and cleanup formats by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/262](https://togithub.com/gotestyourself/gotestsum/pull/262) - Remove one dependency, update the rest by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/263](https://togithub.com/gotestyourself/gotestsum/pull/263) - Test against go1.19, remove go1.15 by [@dnephin](https://togithub.com/dnephin) in [https://github.com/gotestyourself/gotestsum/pull/269](https://togithub.com/gotestyourself/gotestsum/pull/269) - Add project name to junit.xml output by [@nikolaigut](https://togithub.com/nikolaigut) in [https://github.com/gotestyourself/gotestsum/pull/261](https://togithub.com/gotestyourself/gotestsum/pull/261) - Adding in support for s390x and ppc64le by [@james-crowley](https://togithub.com/james-crowley) in [https://github.com/gotestyourself/gotestsum/pull/270](https://togithub.com/gotestyourself/gotestsum/pull/270) #### New Contributors - [@nikolaigut](https://togithub.com/nikolaigut) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/261](https://togithub.com/gotestyourself/gotestsum/pull/261) - [@james-crowley](https://togithub.com/james-crowley) made their first contribution in [https://github.com/gotestyourself/gotestsum/pull/270](https://togithub.com/gotestyourself/gotestsum/pull/270) **Full Changelog**: https://github.com/gotestyourself/gotestsum/compare/v1.8.1...v1.8.2 ### [`v1.8.1`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.8.1) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.8.0...v1.8.1) #### Changelog - [`e209ec9`](https://togithub.com/gotestyourself/gotestsum/commit/e209ec9) Merge pull request [#249](https://togithub.com/gotestyourself/gotestsum/issues/249) from dnephin/add-update-flag - [`849289b`](https://togithub.com/gotestyourself/gotestsum/commit/849289b) Add to readme - [`57ba68e`](https://togithub.com/gotestyourself/gotestsum/commit/57ba68e) Add some tests for watch events - [`14592d7`](https://togithub.com/gotestyourself/gotestsum/commit/14592d7) watch: add u key for updates - [`f1fdcbd`](https://togithub.com/gotestyourself/gotestsum/commit/f1fdcbd) Merge pull request [#246](https://togithub.com/gotestyourself/gotestsum/issues/246) from dnephin/warn-watch-and-paths - [`ddb4125`](https://togithub.com/gotestyourself/gotestsum/commit/ddb4125) Document --watch with extra package paths - [`938480e`](https://togithub.com/gotestyourself/gotestsum/commit/938480e) Merge pull request [#245](https://togithub.com/gotestyourself/gotestsum/issues/245) from dnephin/aix - [`6b46741`](https://togithub.com/gotestyourself/gotestsum/commit/6b46741) Fix the build on aix ### [`v1.8.0`](https://togithub.com/gotestyourself/gotestsum/releases/tag/v1.8.0) [Compare Source](https://togithub.com/gotestyourself/gotestsum/compare/v1.7.0...v1.8.0) #### Changelog - [`69fcbcb`](https://togithub.com/gotestyourself/gotestsum/commit/69fcbcb) Merge pull request [#243](https://togithub.com/gotestyourself/gotestsum/issues/243) from dnephin/enable-color-on-github-actions - [`9e8433c`](https://togithub.com/gotestyourself/gotestsum/commit/9e8433c) Enable color by default when run from github actions - [`a8b4e27`](https://togithub.com/gotestyourself/gotestsum/commit/a8b4e27) Merge pull request [#242](https://togithub.com/gotestyourself/gotestsum/issues/242) from gotestyourself/docs-post-run - [`4cc96fb`](https://togithub.com/gotestyourself/gotestsum/commit/4cc96fb) Improve the docs for --post-run-command - [`cc0c1a1`](https://togithub.com/gotestyourself/gotestsum/commit/cc0c1a1) Merge pull request [#234](https://togithub.com/gotestyourself/gotestsum/issues/234) from uhthomas/exec-stdin - [`ac4bc6f`](https://togithub.com/gotestyourself/gotestsum/commit/ac4bc6f) Improve the test for input from stdin - [`ce158b4`](https://togithub.com/gotestyourself/gotestsum/commit/ce158b4) Pass stdin to go test - [`0fa88f3`](https://togithub.com/gotestyourself/gotestsum/commit/0fa88f3) Merge pull request [#241](https://togithub.com/gotestyourself/gotestsum/issues/241) from gotestyourself/mkdir-path - [`d93af71`](https://togithub.com/gotestyourself/gotestsum/commit/d93af71) create any missing directories for {json,junit}file - [`528a3fd`](https://togithub.com/gotestyourself/gotestsum/commit/528a3fd) Merge pull request [#235](https://togithub.com/gotestyourself/gotestsum/issues/235) from ashanbrown/asb/ignore-warnings - [`bba51ac`](https://togithub.com/gotestyourself/gotestsum/commit/bba51ac) Fix e2e test failure - [`90a5a10`](https://togithub.com/gotestyourself/gotestsum/commit/90a5a10) Ensure we still rerun tests when there are warnings - [`d9cd222`](https://togithub.com/gotestyourself/gotestsum/commit/d9cd222) Merge pull request [#237](https://togithub.com/gotestyourself/gotestsum/issues/237) from gotestyourself/ci-go1.18 - [`99a7f30`](https://togithub.com/gotestyourself/gotestsum/commit/99a7f30) fix goreleaser - [`afec7a6`](https://togithub.com/gotestyourself/gotestsum/commit/afec7a6) ci: go1.18 - [`661b091`](https://togithub.com/gotestyourself/gotestsum/commit/661b091) Merge pull request [#226](https://togithub.com/gotestyourself/gotestsum/issues/226) from g-gaston/compile-test2json-without-go - [`42e50c2`](https://togithub.com/gotestyourself/gotestsum/commit/42e50c2) Add instructions to compile test2json without the need of a local go installation - [`08a7689`](https://togithub.com/gotestyourself/gotestsum/commit/08a7689) Merge pull request [#224](https://togithub.com/gotestyourself/gotestsum/issues/224) from greut/fix/golangci-lint - [`2a49979`](https://togithub.com/gotestyourself/gotestsum/commit/2a49979) fix: remove deprecated linters from golanci-lint - [`87d6387`](https://togithub.com/gotestyourself/gotestsum/commit/87d6387) Merge pull request [#223](https://togithub.com/gotestyourself/gotestsum/issues/223) from dmitris/patch-1 - [`98a1847`](https://togithub.com/gotestyourself/gotestsum/commit/98a1847) update 'go get' idirective to 'go install' - [`e5de87c`](https://togithub.com/gotestyourself/gotestsum/commit/e5de87c) Merge pull request [#216](https://togithub.com/gotestyourself/gotestsum/issues/216) from dnephin/pkg-elapsed - [`b08915a`](https://togithub.com/gotestyourself/gotestsum/commit/b08915a) Merge pull request [#215](https://togithub.com/gotestyourself/gotestsum/issues/215) from dnephin/windows-color - [`5ec6ef6`](https://togithub.com/gotestyourself/gotestsum/commit/5ec6ef6) Update tests for package elapsed time change. - [`ed34d9a`](https://togithub.com/gotestyourself/gotestsum/commit/ed34d9a) testjson: use event elapsed time for package elapsed - [`7cadea0`](https://togithub.com/gotestyourself/gotestsum/commit/7cadea0) Fix color output on windows - [`c5a73e1`](https://togithub.com/gotestyourself/gotestsum/commit/c5a73e1) log: use color.Error in log - [`c728c6c`](https://togithub.com/gotestyourself/gotestsum/commit/c728c6c) Merge pull request [#211](https://togithub.com/gotestyourself/gotestsum/issues/211) from dnephin/version-cmd - [`c0fbc60`](https://togithub.com/gotestyourself/gotestsum/commit/c0fbc60) Merge pull request [#212](https://togithub.com/gotestyourself/gotestsum/issues/212) from dnephin/go1.17 - [`c4e2ac6`](https://togithub.com/gotestyourself/gotestsum/commit/c4e2ac6) ci: add go1.17, remove go1.13 - [`ff8f987`](https://togithub.com/gotestyourself/gotestsum/commit/ff8f987) README: add version when feature was introduced. - [`de90737`](https://togithub.com/gotestyourself/gotestsum/commit/de90737) Add 'help' and '?' commands - [`37116ff`](https://togithub.com/gotestyourself/gotestsum/commit/37116ff) Merge pull request [#210](https://togithub.com/gotestyourself/gotestsum/issues/210) from johnrichardrinehart/fix/detect-death-by-sigint - [`643063a`](https://togithub.com/gotestyourself/gotestsum/commit/643063a) cmd: update signal handling - [`232870c`](https://togithub.com/gotestyourself/gotestsum/commit/232870c) fix(cmd/main.go): add a channel to proc{} for detecting SIGINTConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.