Skip to content

Commit 1b5fcb3

Browse files
authored
Formatting Readme
Titles (with Github MarkDown) and uniforming the steps with https://github.com/codecov/example-java-maven/blob/master/README.md
1 parent 1e35253 commit 1b5fcb3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
1. Add JaCoCo Plugin to your pom.xml file, [see here](https://github.com/codecov/example-java/blob/master/pom.xml#L38-L56)
55
2. Call `bash <(curl -s https://codecov.io/bash) -t repository-upload-token` at the end of your CI build
6-
- Is you repository public and tested with Travis, CircleCI or AppVeyor? Then the repository upload token is not required!
6+
- Using Travis CI, CircleCI or AppVeyor **AND** the repository is public? **You're done!** No token needed.
7+
- Otherwise, please add your [repository token token][5].
78

89
> Other examples
910
> - [Maven Example][4]
@@ -13,7 +14,7 @@
1314

1415
# Frequently Asked Questions
1516

16-
####❔How do I enable multi-module projects?
17+
#### ❔How do I enable multi-module projects?
1718

1819
In your `pom.xml` file please append a list of modules in your projects
1920

@@ -26,19 +27,19 @@ In your `pom.xml` file please append a list of modules in your projects
2627
</project>
2728
```
2829

29-
####❔Seeing `Skipping JaCoCo execution due to missing execution data file`?
30+
#### ❔Seeing `Skipping JaCoCo execution due to missing execution data file`?
3031

3132
Please see [http://stackoverflow.com/questions/18107375/...](http://stackoverflow.com/questions/18107375/getting-skipping-jacoco-execution-due-to-missing-execution-data-file-upon-exec)
3233

33-
####❔Does Codecov accept `jacoco.exec` reports?
34+
#### ❔Does Codecov accept `jacoco.exec` reports?
3435

3536
**No**, these files are not supported. Please produce a `xml` file as detailed in the pom.xml file at [codecov/example-java][1]
3637

37-
####❔Is there a Gradle example?
38+
#### ❔Is there a Gradle example?
3839

3940
**Yes**, enter [codecov/example-gradle][2]
4041

41-
####❔Is there a Android example?
42+
#### ❔Is there a Android example?
4243

4344
**Yes**, enter [codecov/example-android][3]
4445

0 commit comments

Comments
 (0)