We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a27d7 commit fa407a8Copy full SHA for fa407a8
README.md
@@ -16,22 +16,20 @@ script:
16
- sbt clean coverage test
17
18
after_success:
19
- - pip install --user codecov && codecov
+ - bash <(curl -s https://codecov.io/bash)
20
```
21
22
-> All other CI you can simply run `pip install --user codecov && codecov`.
23
-
24
## Private Repos
25
26
Add to your `.travis.yml` file.
27
```yml
28
29
- - pip install --user codecov && codecov -t :token
+ - bash <(curl -s https://codecov.io/bash) -t :token
30
31
32
View source and learn more about [Codecov Global Uploader][4]
33
34
[1]: https://codecov.io/
35
[2]: https://twitter.com/codecov
36
[3]: mailto:[email protected]
37
-[4]: https://github.com/codecov/codecov-python
+[4]: https://github.com/codecov/codecov-bash
0 commit comments