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 85c4f49 commit f92c9e5Copy full SHA for f92c9e5
.circleci/config.yml
@@ -38,7 +38,7 @@ jobs:
38
# run tests!
39
- run: mvn integration-test
40
- run: mvn cobertura:cobertura
41
- - 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}
42
43
- run: mvn -s .circleci.settings.xml -DskipTests -Dgpg.skip deploy
44
0 commit comments