This is wercker deploy step for mattn/goveralls, go integration with https://coveralls.io/ continuous code coverage tracking system.
In the wercker.yml
of your application use the following step definition:
steps:
- tcnksm/goveralls:
token: $COVERALLS_TOKEN
To use this step, you need to set $COVERALLS_TOKEN
.