gotesplit icon indicating copy to clipboard operation
gotesplit copied to clipboard

Splits the testing in Go into a subset and run it. It is useful for the CI environment.

Results 6 gotesplit issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your great project! We suggest to add the installation guide with aqua to the document. [aqua](https://aquaproj.github.io/) is a declarative CLI Version Manager. You can install this...

Currently, tests is in a package that has build tags are skipped. While build flags are supported in [running the tests](https://github.com/Songmu/gotesplit/blob/07704824cb23c3086e65e2c940462f140f31e947/run.go#L120) `go test ...`, they are not supported in [listing...

Please add support for `darwin/arm64` Error from installer ``` $ curl -sfL https://raw.githubusercontent.com/Songmu/gotesplit/main/install.sh | sh -s -- -d Songmu/gotesplit info checking GitHub for latest tag Songmu/gotesplit debug http_download https://github.com/Songmu/gotesplit/releases/latest Songmu/gotesplit...

This change will save coverprofiles in a separate folder and merge them together at the end. Currently the coverprofile gets overwriten by each go test run.

Specifying the `-coverprofile` flag leads to a coverage output that only contains coverage of the last tested package. I'd expect to see coverage for all packages included in the tests....