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.
1 parent 39e9fe2 commit ffd56a5Copy full SHA for ffd56a5
.circleci/config.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- early_return_for_forked_pull_requests
54
55
- - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
+ - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
56
57
- run: mvn -s .circleci.settings.xml -DskipTests deploy
58
0 commit comments