Skip to content

Commit 7ea2f1d

Browse files
authored
upstream change in codecov location (#121)
1 parent dbcb367 commit 7ea2f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- run: make test
6161
- run: make godoc_examples
6262
- run: make coverage
63-
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN}
63+
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
6464

6565
build-v16:
6666
docker:

0 commit comments

Comments
 (0)