coveralls-gradle-plugin icon indicating copy to clipboard operation
coveralls-gradle-plugin copied to clipboard

👨‍🔧 gradle plugin for coveralls

Results 14 coveralls-gradle-plugin issues
Sort by recently updated
recently updated
newest added

I don't have time to maintain this plugin anymore. Can anyone help maintaining this tool? I welcome both a new collaborator and a new owner.

Right now the kotlin source folder isn't supported right away, it would be nice to have it without a specific configuration. I already looked into it but couldn't get the...

ready

coveralls.yml: service_name: travis-pro travis.yml after_success: - gradle clean test jacocoAllTestReport coveralls env: global: - COVERALLS_REPO_TOKEN="......" after successfully builded , "Couldn't find a repository matching this job" ?

I receive a javax.net.ssl.SSLProtocolException: Connection reset by peer (Write failed) with Java 11 and also with Java 12-ea. It look like that Java 11 and newer can not communicate with...

hacktoberfest

I have developed a springboot application with Gradle. I have integrated Jenkins and now I'm trying to integrate code coverage into my project. I was using JaCoCo coveralls with Jenkins...

coveralls : https://coveralls.io/github/JSpiner/epub-stream source : https://github.com/JSpiner/epub-stream After the build succeeds, the commit id is entered instead of the branch name. this is my build.gradle https://github.com/JSpiner/epub-stream/blob/master/build.gradle

Very useful plugin. Do you think Drone CI can be supported as well?

hacktoberfest

Works on `v2.0.1x` but not on `v2.6.3` and unfortunately for me, i use CircleCI which isn't supported in `v2.0.1x` :sob: See #47, #45 Any ideas what it could be or...

It looks like jacoco excludes are not taken into account by coveralls and it has its own python based exclude mechanism. It would be great to be able to configure...

Do you have any plan to support Shippable?