Skip to content

Commit e06fa08

Browse files
author
Steve Peak
authored
Update README.md
1 parent 939f5ec commit e06fa08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
===============================
33

44
1. Add `cobertura-maven-plugin` plugin to your pom.xml file, [see here](https://github.com/codecov/example-java-maven/blob/master/pom.xml#L47-L58)
5-
2. Call `bash <(curl -s https://codecov.io/bash)` at the end of your CI build, [see here](https://github.com/codecov/example-java-maven/blob/master/.travis.yml#L7)
6-
- [Learn how to include your upload repository token][5]
5+
1. Call `mvn cobertura:cobertura` during your CI tests, [see here](https://github.com/codecov/example-java-maven/blob/master/.travis.yml#L4)
6+
1. Call `bash <(curl -s https://codecov.io/bash)` at the end of your CI build, [see here](https://github.com/codecov/example-java-maven/blob/master/.travis.yml#L7)
7+
- Using Travis CI, CircleCI or AppVeyor **AND** the repository is public? **Your done!** No token needed.
8+
- Otherwise, please add your [repository token token][5].
79

810
> Other Examples
911
> - [Java JaCoCo Example][1]

0 commit comments

Comments
 (0)