Skip to content

Commit ffd56a5

Browse files
authored
Changing codecov script location (#125)
1 parent 39e9fe2 commit ffd56a5

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
@@ -52,7 +52,7 @@ jobs:
5252

5353
- early_return_for_forked_pull_requests
5454

55-
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
55+
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
5656

5757
- run: mvn -s .circleci.settings.xml -DskipTests deploy
5858

0 commit comments

Comments
 (0)