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.
2 parents c7f7bd6 + 451cc06 commit 5df9864Copy full SHA for 5df9864
.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