Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pick up branch name from travis environment variable #102

Merged
merged 2 commits into from
Feb 16, 2020

Conversation

andreldm
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Feb 12, 2020

Coverage Status

Coverage increased (+0.03%) to 95.362% when pulling a9c4f8c on andreldm:master into c3c856b on kt3k:master.

Copy link
Owner

@kt3k kt3k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. LGTM.

Will merge and release on the weekend.

@andreldm
Copy link
Contributor Author

Thanks!

@kt3k kt3k merged commit 1463aa3 into kt3k:master Feb 16, 2020
@kt3k
Copy link
Owner

kt3k commented Feb 16, 2020

Released as v2.10.0!

@andreldm
Copy link
Contributor Author

@kt3k
Copy link
Owner

kt3k commented Feb 18, 2020

I only publish to gradle plugin portal these days. You should be able to use one of the following two examples.

plugins {
  id "com.github.kt3k.coveralls" version "2.10.0"
}

(This is for older version of gradle)

buildscript {
  repositories {
    maven {
      url "https://plugins.gradle.org/m2/"
    }
  }
  dependencies {
    classpath "gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.10.0"
  }
}

apply plugin: "com.github.kt3k.coveralls"

@andreldm
Copy link
Contributor Author

Thanks again, it worked!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants