Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30538a0

Browse files
committedMay 17, 2019
ci/coverage
1 parent d47680a commit 30538a0

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
@@ -127,15 +127,15 @@ coverage: clean env3
127127

128128
.PHONY: coverage-codecov
129129
coverage-codecov: coverage
130-
bash <(curl -s https://codecov.io/bash)
130+
curl -s https://codecov.io/bash | bash
131131

132132
.PHONY: coverage-ci
133133
coverage-ci:
134134
coverage run ./$(NAME)/tests
135135

136136
.PHONY: coverage-ci-codecov
137137
coverage-ci-codecov:
138-
bash <(curl -s https://codecov.io/bash)
138+
curl -s https://codecov.io/bash | bash
139139

140140

141141
# =========================================

0 commit comments

Comments
 (0)