Skip to content

Commit 7058052

Browse files
authored
moving codecov bash executor to their github (#14)
relying on the contents of the github repo directly
1 parent d3ae3b4 commit 7058052

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
@@ -15,7 +15,7 @@ jobs:
1515
- checkout
1616
- run: make test
1717
- run: make flow-test
18-
- run: bash <(curl -s https://codecov.io/bash)
18+
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov)
1919

2020
workflows:
2121
version: 2

0 commit comments

Comments
 (0)