Skip to content

Commit 218d13c

Browse files
author
Steve Peak
committed
Update README.md
1 parent c854a45 commit 218d13c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ This repository serves as an **example** on how to use [Codecov Global][4] for S
1111
Add to your `.travis.yml` file.
1212
```yml
1313
language: scala
14+
1415
script:
1516
- sbt clean scoverage:test
1617

1718
after_success:
18-
- bash <(curl -s https://codecov.io/bash)
19+
- pip install --user codecov && codecov
1920
```
2021
21-
> All other CI you can simply run `bash <(curl -s https://codecov.io/bash)`.
22+
> All other CI you can simply run `pip install --user codecov && codecov`.
2223

2324
## Private Repos
2425

@@ -29,12 +30,12 @@ env:
2930
- CODECOV_TOKEN=:uuid-repo-token
3031
3132
after_success:
32-
- bash <(curl -s https://codecov.io/bash)
33+
- pip install --user codecov && codecov
3334
```
3435

3536
View source and learn more about [Codecov Global Uploader][4]
3637

3738
[1]: https://codecov.io/
3839
[2]: https://twitter.com/codecov
3940
[3]: mailto:[email protected]
40-
[4]: https://github.com/codecov/codecov-bash
41+
[4]: https://github.com/codecov/codecov-python

0 commit comments

Comments
 (0)