From d13e87f5bbbca677acd3e13c8878aa0b486ea335 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Mon, 1 Jan 2018 19:04:48 +0100 Subject: [PATCH] Fix Codecov upload --- codeship-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeship-steps.yml b/codeship-steps.yml index e9d19be..6d52d49 100644 --- a/codeship-steps.yml +++ b/codeship-steps.yml @@ -5,4 +5,4 @@ command: ./test.sh - name: codecov service: build - command: bash -c "curl -s https://codecov.io/bash" + command: bash <(curl -s https://codecov.io/bash)