Skip to content

add code coverage to gradle - #591

Merged
germanattanasio merged 1 commit into
watson-developer-cloud:masterfrom
Mikemosca:codecov_1851
Feb 21, 2017
Merged

add code coverage to gradle#591
germanattanasio merged 1 commit into
watson-developer-cloud:masterfrom
Mikemosca:codecov_1851

Conversation

@Mikemosca

Copy link
Copy Markdown
Contributor
  1. Add code coverage to gradle
  2. Add the ability to aggregate all the test results in each sub
    project to 1 report

1) Add code coverage to gradle
2) Add the ability to aggregate all the test results in each sub
project to 1 report
@Mikemosca

Mikemosca commented Feb 21, 2017

Copy link
Copy Markdown
Contributor Author

@germanattanasio - So i did not put the travis changes in because I did not know how to test travis outside of the pull request. I did not want not break anything. But the travis changes are minimal. I think we just need to add 2 entries as follows

script:
  - ./gradlew codeCoverageReport
after_success:
  - bash <(curl -s https://codecov.io/bash)

@germanattanasio germanattanasio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@germanattanasio

Copy link
Copy Markdown
Contributor

I'm going to wait before I merge this but this looks good! thanks @Mikemosca

@germanattanasio
germanattanasio merged commit 2c2c6ec into watson-developer-cloud:master Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants