File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 22
33
44# [ Codecov] [ 0 ] Java Example
5+
56## Guide
7+
68### Travis Setup
79
810Add the following to your ` .travis.yml ` :
911``` yml
10- language :
11- LANG_FOR_REPO
12+ language : java
1213after_success :
1314 - bash <(curl -s https://codecov.io/bash)
1415` ` `
16+
1517### Produce Coverage Reports
16181. Add JaCoCo Plugin to your pom.xml file, [see here](https://github.com/codecov/example-java/blob/master/pom.xml#L38-L56)
19+
1720## Caveats
21+
1822#### Private Repo
1923You will need to add the following your ` .travis.yml`:
2024` ` ` yml
2125env:
2226 global:
2327 - CODECOV_TOKEN=:uuid-repo-token
2428` ` `
29+
2530# ### JaCoCo Reports
31+
2632- Make sure you are on the most up-to-date JaCoCo version. There are issues with previous versions of JaCoCo.
2733- JaCoCo reports can expire - Codecov will reject reports that are older than 12 hours. The logs contain details if a report expired.
34+
2835# # Support
2936
3037# ## FAQ
4653
4754# ## Contact
4855- Intercom (in-app messanger)
49- - Email : support@codecov.io
50- - Slack : slack.codecov.io
56+ - Email : [ support@codecov.io](mailto:support@codecov.io)
57+ - Slack : [ slack.codecov.io](https://slack.codecov.io)
5158- [gh/codecov/support](https://github.com/codecov/support)
5259
5360
You can’t perform that action at this time.
0 commit comments