Skip to content

Commit 65f8838

Browse files
author
Steve Peak
committed
Update README.md
1 parent d94a23f commit 65f8838

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add to your `circle.yml` file.
3131
test:
3232
post:
3333
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
34-
- pip install --user codecov && codecov
34+
- bash <(curl -s https://codecov.io/bash)
3535
```
3636
3737
> Another option is our [Bash uploader][7]
@@ -43,9 +43,7 @@ Add to your `.travis.yml` file.
4343
test:
4444
post:
4545
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
46-
- pip install --user codecov && codecov:
47-
environment:
48-
CODECOV_TOKEN: uuid-repo-token
46+
- bash <(curl -s https://codecov.io/bash) -t uuid-repo-token
4947
```
5048

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

0 commit comments

Comments
 (0)