Closed jadchaar closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
c162336
) 100.00% compared to head (6779d2d
) 100.00%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In the orchestrator, I am using
strip("0")
to clean the CIK and format the URL for archive download. Filings for CIKs ending with 0 fail to download due to this issue since I am malforming a correct CIK. The fix is to change the orchestrator to clean the CIK usinglstrip("0")
.In addition to a regression unit test, I also validated that the code snippet below does not work on v5.0 but works after this patch:
Closes: https://github.com/jadchaar/sec-edgar-downloader/issues/126