Skip to content

Commit 9e7e8d7

Browse files
authored
Merge pull request #15 from superusercode/master
Fix README formatting (rebased)
2 parents 5358c39 + e455e2b commit 9e7e8d7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[Codecov][1] Gradle Example
2-
===========================
1+
# [Codecov][1] Gradle Example
32

43
1. Add Jacoco Plugin to your `build.gradle`. [See here](https://github.com/codecov/example-gradle/blob/master/build.gradle#L5)
54
1. Set Jacoco to export xml. [See here](https://github.com/codecov/example-gradle/blob/master/build.gradle#L18-L23)
@@ -9,12 +8,12 @@
98
- Public project? Using TravisCI, CircleCI or AppVeyor? You're all set! No upload token required.
109
- 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)
1110

12-
1311
## Frequently Asked Questions
1412

15-
####❔ Do you support Multi-module projects?
13+
#### ❔ Do you support Multi-module projects?
1614

1715
Update your parent (root) `build.gradle`:
16+
1817
```groovy
1918
allprojects {
2019
apply plugin: 'java'
@@ -62,6 +61,7 @@ codeCoverageReport.dependsOn {
6261
```
6362

6463
Update your `.travis.yml` file:
64+
6565
```yml
6666
language: java
6767
jdk:
@@ -81,5 +81,4 @@ No need to have anything else report-related in child modules
8181
8282
We are happy to help if you have any questions. Please contact email our Support at [[email protected]](mailto:[email protected])
8383
84-
8584
[1]: https://codecov.io/

0 commit comments

Comments
 (0)