File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- Codecov's Java Example
2
- ======================
1
+ Codecov Java Example
2
+ ====================
3
3
4
4
| [ https://codecov.io ] [ 1 ] | [ @codecov ] [ 2 ] | [ [email protected] ] [ 3 ] |
5
5
| ----------------------- | ------------- | --------------------- |
6
6
7
- This repository serves as an ** Example ** on how to use [ Codecov Global] [ 4 ] for Java.
7
+ This repository serves as an ** example ** on how to use [ Codecov Global] [ 4 ] for Java.
8
8
9
9
## Usage
10
10
@@ -50,8 +50,6 @@ after_success:
50
50
51
51
Add to your `.travis.yml` file.
52
52
` ` ` yml
53
- language:
54
- java
55
53
env:
56
54
global:
57
55
- CODECOV_TOKEN=:uuid-repo-token
@@ -60,7 +58,7 @@ after_success:
60
58
- bash <(curl -s https://codecov.io/bash)
61
59
` ` `
62
60
63
- View source and lean more about [Codecov Global Uploader][4]
61
+ View source and learn more about [Codecov Global Uploader][4]
64
62
65
63
[1] : https://codecov.io/
66
64
[2] : https://twitter.com/codecov
You can’t perform that action at this time.
0 commit comments