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 d94a23f commit 65f8838Copy full SHA for 65f8838
README.md
@@ -31,7 +31,7 @@ Add to your `circle.yml` file.
31
test:
32
post:
33
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
34
- - pip install --user codecov && codecov
+ - bash <(curl -s https://codecov.io/bash)
35
```
36
37
> Another option is our [Bash uploader][7]
@@ -43,9 +43,7 @@ Add to your `.travis.yml` file.
43
44
45
46
- - pip install --user codecov && codecov:
47
- environment:
48
- CODECOV_TOKEN: uuid-repo-token
+ - bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
49
50
51
View source and learn more about [Codecov Global Uploader][4]
0 commit comments