kt3k / coveralls-gradle-plugin

👨‍🔧 gradle plugin for coveralls
https://plugins.gradle.org/plugin/com.github.kt3k.coveralls
MIT License
253 stars 54 forks source link

commit id is entered instead of the branch name #84

Open JSpiner opened 6 years ago

JSpiner commented 6 years ago

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.

2018-09-17 8 27 27

this is my build.gradle https://github.com/JSpiner/epub-stream/blob/master/build.gradle

Yun-Shan commented 5 years ago

If you have COVERALLS_REPO_TOKEN set and you're using Travis-CI not Travis-Pro, you need to set CI_NAME=travis-ci.

it works for me

hafeez1988 commented 4 years ago

I'm facing a similar issue when I build with Jenkins CI. I have created a separate issue https://github.com/kt3k/coveralls-gradle-plugin/issues/105. Btw, I'm already having the COVERALLS_REPO_TOKEN in my environment. I also tried adding CI_NAME=jenkins and having same issue. Appreciate if anyone could guide me to resolve this.