Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pettermahlen/f02ef380bab66100158b782966175dd9 to your computer and use it in GitHub Desktop.
Save pettermahlen/f02ef380bab66100158b782966175dd9 to your computer and use it in GitHub Desktop.
codecov.io bash failure
$ bash <(curl -s https://codecov.io/bash)
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
0db33a1
==> Circle CI detected.
(root) .
==> Running gcov (disable via -X gcov)
-> gcov in .
==> Searching for coverage reports
Found 12 reports.
**> Python coverage not found
==> Detecting git/mercurial file structure
==> Reading reports
+ ./apollo-api-impl/target/site/jacoco/jacoco.xml bytes=136794
+ ./apollo-api/target/site/jacoco/jacoco.xml bytes=54049
+ ./apollo-core/target/site/jacoco/jacoco.xml bytes=48286
+ ./apollo-entity/target/site/jacoco/jacoco.xml bytes=21936
+ ./apollo-environment/target/site/jacoco/jacoco.xml bytes=22742
+ ./apollo-extra/target/site/jacoco/jacoco.xml bytes=26122
+ ./apollo-http-service/target/site/jacoco/jacoco.xml bytes=13717
+ ./apollo-route/target/site/jacoco/jacoco.xml bytes=15346
+ ./apollo-test/target/site/jacoco/jacoco.xml bytes=99411
+ ./modules/jetty-http-server/target/site/jacoco/jacoco.xml bytes=23542
+ ./modules/okhttp-client/target/site/jacoco/jacoco.xml bytes=15639
+ ./modules/slack/target/site/jacoco/jacoco.xml bytes=13557
(url) https://codecov.io
(query) branch=pull/96&commit=branch&build=415.0&build_url=&tag=&slug=spotify/apollo&yaml=&service=circleci&flags=&pr=96&job=
==> Uploading reports
Pinging Codecov
Uploading to S3
bash <(curl -s https://codecov.io/bash) returned exit code 6
Action failed: bash <(curl -s https://codecov.io/bash)
Copy link

ghost commented May 22, 2017

This is what pastebin is for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment