Skip to content

Commit f92c9e5

Browse files
authored
upstream change in codecov location (#48)
1 parent 85c4f49 commit f92c9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# run tests!
3939
- run: mvn integration-test
4040
- run: mvn cobertura:cobertura
41-
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
41+
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
4242

4343
- run: mvn -s .circleci.settings.xml -DskipTests -Dgpg.skip deploy
4444

0 commit comments

Comments
 (0)