From 80931be151efa0bcfbeb6d5f1955a66e6713512d Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Wed, 19 Feb 2020 00:29:08 +0100 Subject: [PATCH] Weird cov path fixed. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1e24220..e61c330 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: from_secret: CODECOV_TOKEN commands: - pip install -r requirements.txt - - py.test --cov-report=xml --cov=seasonedParserseasonedParserseasonedParserseasonedParserseasonedParserseasonedParserseasonedParserseasonedParser + - py.test --cov-report=xml --cov=seasonedParser - apk add git - apk add bash - apk add curl