golang-jwt / jwt

Go implementation of JSON Web Tokens (JWT).
https://golang-jwt.github.io/jwt/
MIT License
7.2k stars 347 forks source link

Added coverage reporting #304

Closed oxisto closed 1 year ago

oxisto commented 1 year ago

This PR adds coverage reporting using coveralls.io. I still prefer codecov though, @mfridman do you have a preference?

mfridman commented 1 year ago

I don't have a preference for one or the other, from my experience they add a lot of noise and giant comments to PR's.

I enabled access for Codecov, so this should now work... will try to push an empty commit.