trautonen / coveralls-maven-plugin

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

#95 Fix for NPE if Content-Type is null #96

Closed longtimeago closed 8 years ago

longtimeago commented 8 years ago

95 Fix for NPE if Content-Type is null

Now, instead of NPE we will see following (example):

org.eluder.coveralls.maven.plugin.ProcessingException: Report submission to Coveralls API failed with HTTP status 400: Bad Request (Response doesn't contain Content-Type header)

With real error code and error message

longtimeago commented 8 years ago

@trautonen ping :)

trautonen commented 8 years ago

Thanks.