You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey sorry for taking so long to reply... Totally missed this.
There's no way to enforce a percentage, although this would be a good feature. Right now you can enforce 100% coverage with the -e flag, but not a particular percentage.
The file it generates is a standard code coverage file. This can be loaded into editors or uploaded to an online code coverage viewer such as http://codecov.io/ - check out the Continuous Integration section in the readme for instructions on how to set that up.
Hi,
Very nice repo!
mode: set go-myproject/main.go:10.13,11.46 1 0 go-myproject/main.go:11.46,14.3 2 0
what does it mean and how should I run it ?
Thanks
The text was updated successfully, but these errors were encountered: