samdjstevens / java-totp

A java library for implementing Time-based One Time Passwords for Multi-Factor Authentication.
MIT License
422 stars 103 forks source link

RFE : add code coverage report #10

Closed OlivierJaquemet closed 4 years ago

OlivierJaquemet commented 4 years ago

This a request for enhancement regarding the build process and the indication provided in default github README page :

Resources : https://github.com/codecov/example-java

Example of other TOTP java project with this codecoverage metrics : https://github.com/j256/two-factor-auth

samdjstevens commented 4 years ago

Thanks for the suggestion - I agree this would be a good enhancement. I'll see if I can get this into the project soon

samdjstevens commented 4 years ago

Fixed by #15 !

OlivierJaquemet commented 4 years ago

Awesome. You rock !