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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
2
2
3
+
3
4
# [Codecov][0] Java Example
4
5
## Guide
5
6
### Travis Setup
@@ -21,7 +22,9 @@ env:
21
22
global:
22
23
- CODECOV_TOKEN=:uuid-repo-token
23
24
```
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.
25
28
## Support
26
29
27
30
### FAQ
@@ -39,6 +42,7 @@ env:
39
42
- 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].
40
43
- Q: Is there a Gradle example?<br/>A: **Yes**, enter [codecov/example-gradle][2]
41
44
- 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]
42
46
43
47
### Contact
44
48
- Intercom (in-app messanger)
@@ -51,7 +55,6 @@ env:
51
55
2. Configure codecov through the `codecov.yml` https://docs.codecov.io/docs/codecov-yaml
52
56
3. View source and learn more about [Codecov Global Uploader](https://github.com/codecov/codecov-bash)
0 commit comments