Skip to content

Commit

Permalink
Merge pull request #53 from RedisGraph/ck-codecov-location-change
Browse files Browse the repository at this point in the history
Changing codecov script location
  • Loading branch information
gkorland committed Jul 20, 2021
2 parents 5df9864 + da807f6 commit f906451
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://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}

workflows:
version: 2
Expand Down

0 comments on commit f906451

Please sign in to comment.