Skip to content

Commit

Permalink
Fixed security risk with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 29, 2021
1 parent 369f6d2 commit c5fd242
Show file tree
Hide file tree
Showing 2 changed files with 1,885 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ services:
script:
- ./gradlew build jacocoTestReport
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash $HOME/etc/codecov.sh
deploy:
provider: script
script: ./gradlew -q -Prelease.customUsername=$GIT_USER -Prelease.customPassword=$GIT_PASSWORD -Prelease.disableChecks -Prelease.pushTagsOnly release && ./gradlew build bintrayUpload
Expand Down

0 comments on commit c5fd242

Please sign in to comment.