Closed eparejatobes closed 8 years ago
@eparejatobes I'm note sure how to setup codacy coverage. I see an API key on Codacy, but how do I relate it with Travis?
I did it in cosas, it's a bit funny. I no longer remember how it was supposed to be done.
see this: https://github.com/ohnosequences/cosas/blob/master/.travis.yml#L7-L10
For reference: it requires setting up travis CLI and running travis encrypt CODACY_PROJECT_TOKEN=...
travis encrypt CODACY_PROJECT_TOKEN=...
@eparejatobes I'm note sure how to setup codacy coverage. I see an API key on Codacy, but how do I relate it with Travis?