Skip to content

Commit f906451

Browse files
authored
Merge pull request #53 from RedisGraph/ck-codecov-location-change
Changing codecov script location
2 parents 5df9864 + da807f6 commit f906451

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)