File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ This repository serves as an **example** on how to use [Codecov Global][4] for S
11
11
Add to your ` .travis.yml ` file.
12
12
``` yml
13
13
language : scala
14
+
14
15
script :
15
16
- sbt clean scoverage:test
16
17
17
18
after_success :
18
- - bash <(curl -s https:// codecov.io/bash)
19
+ - pip install --user codecov && codecov
19
20
` ` `
20
21
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 `.
22
23
23
24
# # Private Repos
24
25
29
30
- CODECOV_TOKEN=:uuid-repo-token
30
31
31
32
after_success:
32
- - bash <(curl -s https:// codecov.io/bash)
33
+ - pip install --user codecov && codecov
33
34
` ` `
34
35
35
36
View source and learn more about [Codecov Global Uploader][4]
36
37
37
38
[1] : https://codecov.io/
38
39
[2] : https://twitter.com/codecov
39
40
40
- [4] : https://github.com/codecov/codecov-bash
41
+ [4] : https://github.com/codecov/codecov-python
You can’t perform that action at this time.
0 commit comments