courtney icon indicating copy to clipboard operation
courtney copied to clipboard

Courtney is a coverage tool for Go

Results 16 courtney issues
Sort by recently updated
recently updated
newest added

Heyho, I'm trying to run this on a go module and it doesn't seem to find any of the packages. Here's the output of `go test` vs `courtney` >lenny@localhost ~/g/xxxx>...

``` karl@magic:~/Projects/go-concise-encoding$ go get -u github.com/dave/courtney go: finding github.com/dave/courtney v0.3.0 go: downloading github.com/dave/courtney v0.3.0 go: extracting github.com/dave/courtney v0.3.0 go: finding github.com/dave/patsy latest go: finding github.com/dave/brenda v1.1.0 go: finding github.com/dave/astrid latest...

Just an FYI, someone using that might get caught up. `notificaitons` ![image](https://user-images.githubusercontent.com/7773163/97763433-f7114500-1ae1-11eb-9f4a-c777902085a9.png)

When using contexts extensively, coverage tends to be flaky because different exit paths may be taken. Some sentry type selects look like this: ```golang select { case

There is a lot of code generator in go, and also there is a convention for the generated code to identify themselves as generated code. sometimes we simply want to...

Hi, Very nice repo! 1. Is there a way to enforce coverage like above 90% otherwise the build should failed (travis) ? 2. when I use your tool it generate...

I would like to download an executable and check the checksum. E.g. https://github.com/030/go-yq/releases/tag/2.0.0

Trying out vgo and courtney fails with errors similar to: ``` go: cannot find main module root; see 'go help modules' /usr/local/go/src/os/user/lookup.go:53:9: undeclared name: lookupGroupId FILENAME:13:7: could not import gopkg.in/volatiletech/null.v6...