Missing 1 required positional argument: 'args' #544
Labels
Area: Report Upload
Issues with pre-ingest report uploading
bug
Something isn't working
high
High Priority Issues (to be fixed within 2 sprints)
Test Analytics
Test Analytics
I am seeing failures on
0.8.0
when trying to runcodecovcli create-report-results
:It appears the code is indeed invalid, as the offending call found here:
codecov-cli/codecov_cli/services/report/__init__.py
Lines 79 to 86 in 08745b9
Does indeed not pass the required
args
value to the function defined there:codecov-cli/codecov_cli/services/report/__init__.py
Lines 94 to 102 in 08745b9
The text was updated successfully, but these errors were encountered: