We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f7bd6 commit 451cc06Copy full SHA for 451cc06
.circleci/config.yml
@@ -27,7 +27,7 @@ jobs:
27
- checkout
28
- run: make test
29
- early_return_for_forked_pull_requests
30
- - 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}
31
32
workflows:
33
version: 2
0 commit comments