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

Travis CI detection issue #40

Closed kevin-lee closed 9 years ago

kevin-lee commented 9 years ago

This fixes #15. It still requires some extra step (i.e. adding CI_NAME=travis-ci) yet it is easy and simple enough.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.08%) to 80.42% when pulling b4878f509336a5e9d952d49e3c29ca401edf7a75 on Kevin-Lee:travis-ci-detection-issue into 0feac4d4c046a45da7c483997edd381aeeeac0c2 on kt3k:master.

kevin-lee commented 9 years ago

I've just uploaded the fixed one to my bintray repo and it works. Now I can see Coveralls's test coverage results.

If you want to test it, add the following info accordingly in your build.gradle.

buildscript {
  repositories {
    jcenter()
    mavenCentral()
    maven {
      url  "http://dl.bintray.com/kevinlee/maven"
    }
  }
  dependencies {
    classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.3.2'
  }
}

I'll add tests for my changes soon.

kevin-lee commented 9 years ago

Done

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.08%) to 80.42% when pulling 7f548a1e1aa301f07e02c8b2a42ba9d80f4c3a6e on Kevin-Lee:travis-ci-detection-issue into 0feac4d4c046a45da7c483997edd381aeeeac0c2 on kt3k:master.

kt3k commented 9 years ago

Thank you very much! Nice documentation :+1:

kt3k commented 9 years ago

Uploaded this version as v2.4.0 (maven-central & bintray).

https://bintray.com/kt3k/gradle-plugins/coveralls-gradle-plugin/2.4.0/view

kevin-lee commented 9 years ago

@kt3k That's good. :+1: Thank you! I've just tested, and it works well. I'll remove the one I uploaded to my bintray for testing.

kt3k commented 9 years ago

Thanks for testing! :smile: