Skip to content

Commit 143d4bb

Browse files
authored
moving codecov bash executor to their github (#43)
relying on the contents of the github repo directly
1 parent 726b558 commit 143d4bb

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://codecov.io/bash) -t ${CODECOV_TOKEN}
41+
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
4242

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

0 commit comments

Comments
 (0)