trautonen / coveralls-maven-plugin

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

Fixed Wercker environment variables #100

Closed SHildebrandt closed 7 years ago

SHildebrandt commented 7 years ago

Unfortunately the implementation in #99 failed because the documentation of wercker seems to list some wrong environment variables. I was able to retrieve the real variables from the wercker/maven debug output, so this time it should really work.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.002%) to 97.914% when pulling e7640980c43c620bdc40c935768b8793357954f8 on SHildebrandt:master into 0c780b01d1b083793563320b2e85f900629e7fe8 on trautonen:master.

SHildebrandt commented 7 years ago

Great, now it works fine! :)

trautonen commented 7 years ago

@SHildebrandt great. I'll check if there's something else I should work on before the 4.3.0 release and try push it out next weekend.