File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
2
sudo : false # faster builds
3
+ before_script :
4
+ - pip install --user codecov
3
5
4
6
after_success :
5
- - bash <(curl -s https:// codecov.io/bash)
7
+ - codecov
Original file line number Diff line number Diff line change @@ -41,11 +41,14 @@ Add to your `.travis.yml` file.
41
41
language :
42
42
java
43
43
44
+ before_script :
45
+ - pip install --user codecov
46
+
44
47
after_success :
45
- - bash <(curl -s https:// codecov.io/bash)
48
+ - codecov
46
49
` ` `
47
50
48
- > All other CI you can simply run ` bash <(curl -s https://codecov.io/ bash)`.
51
+ > Another option is our [Bash uploader]( https://github.com/codecov/codecov- bash)
49
52
50
53
## Private Repos
51
54
55
58
global:
56
59
- CODECOV_TOKEN=:uuid-repo-token
57
60
61
+ before_script:
62
+ - pip install --user codecov
63
+
58
64
after_success:
59
- - bash <(curl -s https:// codecov.io/bash)
65
+ - codecov
60
66
` ` `
61
67
62
68
View source and learn more about [Codecov Global Uploader][4]
63
69
64
70
[1] : https://codecov.io/
65
71
[2] : https://twitter.com/codecov
66
72
67
- [4] : https://github.com/codecov/codecov-bash
73
+ [4] : https://github.com/codecov/codecov-python
You can’t perform that action at this time.
0 commit comments