From 824bf707fb89929166342c0f74443f7d02a884fd Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 18 Feb 2020 21:32:47 +0100 Subject: [PATCH] replaced codecov python uploader with bash uploader. --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 78acd1e..27909b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,9 +30,7 @@ steps: commands: - pip install -r requirements.txt - py.test --cov-report=xml --cov=src test - - pip install codecov - - codecov -t CODECOV_TOKEN - + - bash <(curl -s https://codecov.io/bash) trigger: branch: - master