@@ -148,7 +148,7 @@ blocks:
148148 language : " {{inputs.language}}"
149149 test_path : " {{inputs.test_path}}/test_{{inputs.module_name}}.py"
150150 source_path : " {{inputs.source_path}}"
151- coverage_threshold : {{inputs.coverage_threshold}}
151+ coverage_threshold : " {{inputs.coverage_threshold}}"
152152 pytest_args : " -v --tb=short"
153153 working_dir : " {{inputs.project_path}}"
154154 depends_on :
@@ -238,7 +238,7 @@ blocks:
238238 language : " {{inputs.language}}"
239239 test_path : " {{inputs.test_path}}/test_{{inputs.module_name}}.py"
240240 source_path : " {{inputs.source_path}}/{{inputs.module_name}}.py"
241- coverage_threshold : {{inputs.coverage_threshold}}
241+ coverage_threshold : " {{inputs.coverage_threshold}}"
242242 pytest_args : " -v --cov-report=term-missing"
243243 working_dir : " {{inputs.project_path}}"
244244 depends_on :
@@ -331,7 +331,7 @@ blocks:
331331 language : " {{inputs.language}}"
332332 test_path : " {{inputs.test_path}}/test_{{inputs.module_name}}.py"
333333 source_path : " {{inputs.source_path}}/{{inputs.module_name}}.py"
334- coverage_threshold : {{inputs.coverage_threshold}}
334+ coverage_threshold : " {{inputs.coverage_threshold}}"
335335 pytest_args : " -v --cov-report=term-missing"
336336 working_dir : " {{inputs.project_path}}"
337337 depends_on :
0 commit comments