Skip to content

Instantly share code, notes, and snippets.

@robertoallende
Last active April 22, 2020 09:00
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 robertoallende/93dd880a5ff9d8981bfcf51cc47fbe36 to your computer and use it in GitHub Desktop.
Save robertoallende/93dd880a5ff9d8981bfcf51cc47fbe36 to your computer and use it in GitHub Desktop.

To run Codecov from bash

./gradlew jacocoTestReport

bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN

Source: Codecov Gradle Example

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