Skip to content

Commit

Permalink
Merge pull request #52 from RedisGraph/ck-codecov-from-github
Browse files Browse the repository at this point in the history
moving codecov bash executor to their github
  • Loading branch information
swilly22 committed Jul 1, 2021
2 parents c7f7bd6 + 451cc06 commit 5df9864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- checkout
- run: make test
- early_return_for_forked_pull_requests
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}

workflows:
version: 2
Expand Down

0 comments on commit 5df9864

Please sign in to comment.