There was an error while loading. Please reload this page.
2 parents 457dce2 + 39d2d5c commit bdbc096Copy full SHA for bdbc096
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: make checkfmt
18
- run: make get
19
- run: make coverage
20
- - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
+ - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov)
21
22
workflows:
23
version: 2
0 commit comments