justinhrobbins / FlashCards_App

Flashcards application
Apache License 2.0
0 stars 3 forks source link

integrate code coverage with coveralls #64

Closed justinhrobbins closed 10 years ago

justinhrobbins commented 10 years ago

https://coveralls.io/

Using Coveralls with Java: http://blog.eluder.org/2013/06/code-coverage-for-github-hosted-java-projects-with-coveralls https://github.com/trautonen/coveralls-maven-plugin

display code coverage % image on Readme like seen here: https://github.com/IcecaveStudios/woodhouse

justinhrobbins commented 10 years ago

don't include coveralls repoToken in pom when pushing

justinhrobbins commented 10 years ago

switched from Jacoco to Cobertura