File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ coverage-unit:
1616 pytest --random-order --cov=src tests/unit/
1717
1818coverage-integration :
19- pytest --random-order --cov=src --cov-append --cov-fail-under=85 tests/integration/
19+ pytest --random-order --cov=src --cov-append --cov-fail-under=80 tests/integration/
Original file line number Diff line number Diff line change @@ -50,9 +50,10 @@ def fetch_response_data(
5050 pipeline_dir = pipeline_dir ,
5151 specification = specification ,
5252 cache_dir = cache_dir ,
53+ endpoints = [],
5354 )
5455 except Exception as err :
55- logger .error ("An exception occured during assign_entries process: " , str (err ))
56+ logger .error ("An exception occured during assign_entries process: %s " , str (err ))
5657
5758 # Create directories if they don't exist
5859 for directory in [
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ def run_workflow(
3131 directories ,
3232):
3333 additional_concats = None
34+ response_data = {}
3435
3536 try :
36- response_data = {}
3737 # pipeline directory structure & download
3838 pipeline_dir = os .path .join (directories .PIPELINE_DIR , dataset , request_id )
3939
You can’t perform that action at this time.
0 commit comments