We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c570f28 commit eb6de44Copy full SHA for eb6de44
Makefile
@@ -14,7 +14,7 @@ PYTHON_TEST_FILE = tests
14
PYTHON_LINT_TARGET = src tests ## Paths containing python to be formatted and linted
15
PYTHON_SWITCHES_FOR_PYLINT = --disable=W,C,R --ignored-modules="ska_pst_lmc_proto"
16
DOCS_SOURCEDIR=./docs/src
17
-PYTHON_VARS_AFTER_PYTEST = --cov-config=$(PWD)/.coveragerc
+PYTHON_VARS_AFTER_PYTEST = --forked --cov-config=$(PWD)/.coveragerc
18
19
K8S_CHART ?= test-parent
20
K8S_CHARTS ?= $(K8S_CHART)
0 commit comments