trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

Change source content to source digest #84

Closed trautonen closed 9 years ago

trautonen commented 9 years ago

Coveralls API does not require source content anymore and it can be replaced with source_digest, a hash from source content to detect changes.