From 756dcb51ce54f873e3ab8cbb65fadd76c36d89d0 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Tue, 18 Feb 2020 21:26:43 +0100 Subject: [PATCH] Missing environment variable for codecov. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 32aac0b..78acd1e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - pip install -r requirements.txt - py.test --cov-report=xml --cov=src test - pip install codecov - - codecov -t + - codecov -t CODECOV_TOKEN trigger: branch: