Skip to content

Commit

Permalink
upstream change in codecov location
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Jul 20, 2021
1 parent 5df9864 commit da807f6
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 da807f6

Please sign in to comment.