File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- Java -> Codecov.io
2
- =======
3
- | [ https://codecov.io/ ] [ 1 ] | [ @codecov ] [ 2 ] | [ [email protected] ] [ 3 ] |
4
- | ------------------------ | ------------- | --------------------- |
5
- =======
1
+ Codecov's Java Example
2
+ ======================
6
3
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.
8
8
9
9
## Usage
10
10
11
11
12
- #### Add JaCoCo plugin
12
+ ### Add Jacoco plugin
13
13
``` xml
14
14
<plugin >
15
15
<groupId >org.jacoco</groupId >
@@ -60,7 +60,9 @@ after_success:
60
60
- bash <(curl -s https://codecov.io/bash)
61
61
` ` `
62
62
63
+ View source and lean more about [Codecov Global Uploader][4]
63
64
64
65
[1] : https://codecov.io/
65
66
[2] : https://twitter.com/codecov
66
67
68
+ [4] : https://github.com/codecov/codecov-bash
You can’t perform that action at this time.
0 commit comments