Skip to content

Commit 1b74b5e

Browse files
committed
updated README.md to point to other java examples and added caveats
1 parent 91cb7da commit 1b74b5e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
34
# [Codecov][0] Java Example
45
## Guide
56
### Travis Setup
@@ -21,7 +22,9 @@ env:
2122
global:
2223
- CODECOV_TOKEN=:uuid-repo-token
2324
```
24-
25+
#### JaCoCo reports
26+
- Make sure you are on the most up-to-date JaCoCo version. There are issues with previous versions of JaCoCo.
27+
- JaCoCo reports can expire - Codecov will reject reports that are older than 12 hours. The logs contain details if a report expired.
2528
## Support
2629

2730
### FAQ
@@ -39,6 +42,7 @@ env:
3942
- Q: Does Codecov accept `jacoco.exec` reports?<br/>A: **No**, these files are not supported. Please produce a `xml` file as detailed in the pom.xml file at [codecov/example-java][1].
4043
- Q: Is there a Gradle example?<br/>A: **Yes**, enter [codecov/example-gradle][2]
4144
- Q: Is there a Andorid example?<br/>A: **Yes**, enter [codecov/example-android][3]
45+
- Q: Is there a Maven example?<br/>A: **Yes**, enter [codecov/example-maven][4]
4246

4347
### Contact
4448
- Intercom (in-app messanger)
@@ -51,7 +55,6 @@ env:
5155
2. Configure codecov through the `codecov.yml` https://docs.codecov.io/docs/codecov-yaml
5256
3. View source and learn more about [Codecov Global Uploader](https://github.com/codecov/codecov-bash)
5357

54-
5558
[0]: https://codecov.io/
5659
[1]: https://github.com/codecov/example-java
5760
[2]: https://github.com/codecov/example-gradle

0 commit comments

Comments
 (0)