We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5df9864 + da807f6 commit f906451Copy full SHA for f906451
.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