We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 181ef17 + 1f7a11f commit d04abe0Copy full SHA for d04abe0
.circleci/config.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- early_return_for_forked_pull_requests
54
55
- - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
+ - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
56
57
- run: mvn -s .circleci.settings.xml -DskipTests deploy
58
0 commit comments