Skip to content

Commit

Permalink
Validating the codecov script when downloading. (#1549)
Browse files Browse the repository at this point in the history
* Switching to use a wrapper around the codecov script that performs validation in order to prevent data breaches in the future.
  • Loading branch information
lbergelson authored May 11, 2021
1 parent fbd9e96 commit 8e8ae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ script:
fi

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://raw.githubusercontent.com/broadinstitute/codecov-bash-uploader/main/codecov-verified.bash)
- echo "TRAVIS_BRANCH='$TRAVIS_BRANCH'";
echo "JAVA_HOME='$JAVA_HOME'";
if [ "$TRAVIS_BRANCH" == "master" ]; then
Expand Down

0 comments on commit 8e8ae5c

Please sign in to comment.