Skip to content

Commit bddddb0

Browse files
author
Steve Peak
authored
Update README.md
1 parent 4029659 commit bddddb0

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,36 @@
22

33

44
# [Codecov][0] Java Example
5+
56
## Guide
7+
68
### Travis Setup
79

810
Add the following to your `.travis.yml`:
911
```yml
10-
language:
11-
LANG_FOR_REPO
12+
language: java
1213
after_success:
1314
- bash <(curl -s https://codecov.io/bash)
1415
```
16+
1517
### Produce Coverage Reports
1618
1. 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
1923
You will need to add the following your `.travis.yml`:
2024
```yml
2125
env:
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
@@ -46,8 +53,8 @@ env:
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

0 commit comments

Comments
 (0)