File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : java
22sudo : false # faster builds
3+ before_script :
4+ - pip install --user codecov
35
46after_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.
4141language :
4242 java
4343
44+ before_script :
45+ - pip install --user codecov
46+
4447after_success :
45- - bash <(curl -s https:// codecov.io/bash)
48+ - codecov
4649` ` `
4750
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)
4952
5053## Private Repos
5154
5558 global:
5659 - CODECOV_TOKEN=:uuid-repo-token
5760
61+ before_script:
62+ - pip install --user codecov
63+
5864after_success:
59- - bash <(curl -s https:// codecov.io/bash)
65+ - codecov
6066` ` `
6167
6268View source and learn more about [Codecov Global Uploader][4]
6369
6470[1] : https://codecov.io/
6571[2] : https://twitter.com/codecov
6672[3] : mailto:hello@codecov.io
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