Skip to content

Commit c074a88

Browse files
committed
updated readme.md
1 parent 598a585 commit c074a88

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Java -> Codecov.io
2-
=======
3-
| [https://codecov.io/][1] | [@codecov][2] | [[email protected]][3] |
4-
| ------------------------ | ------------- | --------------------- |
5-
=======
1+
Codecov's Java Example
2+
======================
63

7-
> This repository serves as an **Example** on how to use codecov uploader for Java.
4+
| [https://codecov.io][1] | [@codecov][2] | [[email protected]][3] |
5+
| ----------------------- | ------------- | --------------------- |
6+
7+
This repository serves as an **Example** on how to use [Codecov Global][4] for Java.
88

99
## Usage
1010

1111

12-
#### Add JaCoCo plugin
12+
### Add Jacoco plugin
1313
```xml
1414
<plugin>
1515
<groupId>org.jacoco</groupId>
@@ -60,7 +60,9 @@ after_success:
6060
- bash <(curl -s https://codecov.io/bash)
6161
```
6262

63+
View source and lean more about [Codecov Global Uploader][4]
6364

6465
[1]: https://codecov.io/
6566
[2]: https://twitter.com/codecov
6667
[3]: mailto:[email protected]
68+
[4]: https://github.com/codecov/codecov-bash

0 commit comments

Comments
 (0)