1.x: Publish code coverage results to codecov.io#4046
Merged
Conversation
Contributor
|
Yes! I actually started the same in my fork previous week 😸. @akarnokd: 2 most important things that codecov gives:
We use it in several projects: StorIO, qualitymatters and others, it makes testing more fun and improves quality of the project. |
| description = 'RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.' | ||
|
|
||
| apply plugin: 'java' | ||
| apply plugin: 'jacoco' |
Contributor
There was a problem hiding this comment.
Please specify version of jacoco, like this:
jacoco {
toolVersion = '0.7.7.201606060606' // See http://www.eclemma.org/jacoco/.
}
Current coverage is 80.32%
|
Member
|
👍 |
Contributor
|
👍 yay, so happy about it, thx @zsxwing! |
Member
Author
|
PR for 2.x is on the way :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an example built in my repo: https://codecov.io/gh/zsxwing/RxJava/