Skip to content

Commit

Permalink
moving codecov bash executor to the repository
Browse files Browse the repository at this point in the history
relying on the contents of the github repo directly
  • Loading branch information
chayim committed Jun 29, 2021
1 parent c7f7bd6 commit 451cc06
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 451cc06

Please sign in to comment.