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 dbcb367 commit 7ea2f1dCopy full SHA for 7ea2f1d
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
- run: make test
61
- run: make godoc_examples
62
- run: make coverage
63
- - 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}
64
65
build-v16:
66
docker:
0 commit comments