I have a Java project created in IntelliJ and using Gradle.
My repository is hosted on GitHub, I've also integrated Travis CI.
My tests are done using JUnit and Mockito, Java 8.
I'm looking for a tool that would automatically run tests whenever I push to my repository, providing me with information if tests passed and code coverage information. Would like it to generate a GitHub badge just like Travis CI does, so that I can see how each branch is covered and if it's passing.
Thanks!
I decided to go with Codecov
Here's my GitHub repo with example implementation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With