You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
[Codecov][1] Gradle Example
2
-
===========================
1
+
# [Codecov][1] Gradle Example
3
2
4
3
1. Add Jacoco Plugin to your `build.gradle`. [See here](https://github.com/codecov/example-gradle/blob/master/build.gradle#L5)
5
4
1. Set Jacoco to export xml. [See here](https://github.com/codecov/example-gradle/blob/master/build.gradle#L18-L23)
@@ -9,12 +8,12 @@
9
8
- Public project? Using TravisCI, CircleCI or AppVeyor? You're all set! No upload token required.
10
9
- Otherwise please include your repository upload token. [See here](http://docs.codecov.io/v4.3.0/docs/about-the-codecov-bash-uploader#section-upload-token)
11
10
12
-
13
11
## Frequently Asked Questions
14
12
15
-
####❔ Do you support Multi-module projects?
13
+
####❔ Do you support Multi-module projects?
16
14
17
15
Update your parent (root) `build.gradle`:
16
+
18
17
```groovy
19
18
allprojects {
20
19
apply plugin: 'java'
@@ -62,6 +61,7 @@ codeCoverageReport.dependsOn {
62
61
```
63
62
64
63
Update your `.travis.yml` file:
64
+
65
65
```yml
66
66
language: java
67
67
jdk:
@@ -81,5 +81,4 @@ No need to have anything else report-related in child modules
0 commit comments