Skip to content

Commit da807f6

Browse files
committed
upstream change in codecov location
1 parent 5df9864 commit da807f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- checkout
2828
- run: make test
2929
- early_return_for_forked_pull_requests
30-
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
30+
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
3131

3232
workflows:
3333
version: 2

0 commit comments

Comments
 (0)