We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Only the scan_codebase pipeline is using the run_extractcode pipe while every others pipelines are directly calling the extractcode function.
scan_codebase
run_extractcode
The run_extractcode pipe is based on a subprocess call and there's no reasons to maintain both approaches.
The text was updated successfully, but these errors were encountered:
Remove the run_extractcode pipe in favor of extractcode API #312
b24dcaf
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Remove the run_extractcode pipe in favor of extractcode API #312 (#313)
b035f00
Refactored the extract pipes into clean API #312
e52c4da
- 2 pipes: extract_archive (extract to) and extract_archives (in place) - Added tests Signed-off-by: Thomas Druez <tdruez@nexb.com>
Make unit test compatible with CI #312
1d7f801
tdruez
No branches or pull requests
Only the
scan_codebase
pipeline is using therun_extractcode
pipe while every others pipelines are directly calling the extractcode function.The
run_extractcode
pipe is based on a subprocess call and there's no reasons to maintain both approaches.The text was updated successfully, but these errors were encountered: