From 0b40c9045e8a96c33a0d3cedbddb2aa99fc06819 Mon Sep 17 00:00:00 2001 From: Feanil Patel <feanil@edx.org> Date: Tue, 26 Nov 2019 15:30:33 -0500 Subject: [PATCH] Add environment variables that coverage needs. These are used in the coveragerc to referr to equivalent paths for when combining coverage files. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 628cfa44f4f..b173de39756 100644 --- a/tox.ini +++ b/tox.ini @@ -63,6 +63,8 @@ passenv = PYTHON_VERSION LMS_CFG STUDIO_CFG + JOB_NAME + SUBSET_JOB deps = django111: -r requirements/edx/django.txt -- GitLab