Hacker News new | ask | show | jobs
by willnorris 4159 days ago
nice project... I just updated a couple of minor gofmt, go vet, and golint issues I had overlooked in google/go-github, so the score is a little higher now :)

Just curious, at what level are you raising the cyclomatic complexity as an issue? Looks like around 12?

It might also be worth considering test coverage as another factor.

1 comments

Hi, we're running gocyclo with "-over 10"

Test coverage is definitely something we want to add but we weren't sure if we could figure out how to run them in a sandbox properly in the amount of time we had. I'll probably research how the Go Playground does it :)