Skip to content

Commit bdae9b2

Browse files
committed
ci/coverage
1 parent 4089674 commit bdae9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ coverage: clean env3
123123

124124
.PHONY: coverage-codecov
125125
coverage-codecov: coverage
126-
bash <(curl -s https://codecov.io/bash)
126+
curl -s https://codecov.io/bash | bash
127127

128128
.PHONY: coverage-ci
129129
coverage-ci:
130130
coverage run ./$(NAME)/tests
131131

132132
.PHONY: coverage-ci-codecov
133133
coverage-ci-codecov:
134-
bash <(curl -s https://codecov.io/bash)
134+
curl -s https://codecov.io/bash | bash
135135

136136

137137
# =========================================

0 commit comments

Comments
 (0)