Skip to content

Commit 5df9864

Browse files
authored
Merge pull request #52 from RedisGraph/ck-codecov-from-github
moving codecov bash executor to their github
2 parents c7f7bd6 + 451cc06 commit 5df9864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

3232
workflows:
3333
version: 2

0 commit comments

Comments
 (0)