We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4089674 commit bdae9b2Copy full SHA for bdae9b2
Makefile
@@ -123,15 +123,15 @@ coverage: clean env3
123
124
.PHONY: coverage-codecov
125
coverage-codecov: coverage
126
- bash <(curl -s https://codecov.io/bash)
+ curl -s https://codecov.io/bash | bash
127
128
.PHONY: coverage-ci
129
coverage-ci:
130
coverage run ./$(NAME)/tests
131
132
.PHONY: coverage-ci-codecov
133
coverage-ci-codecov:
134
135
136
137
# =========================================
0 commit comments