We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df9864 commit da807f6Copy full SHA for da807f6
.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://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}
31
32
workflows:
33
version: 2
0 commit comments