pipeline-backend icon indicating copy to clipboard operation
pipeline-backend copied to clipboard

feat: add requirements.txt to manage python dependency

Open namwoam opened this issue 1 year ago • 1 comments

Because

  • There are many components that requires specific python packages

This commit

  • Make pipeline-backend to install python dependency with a unified requirements.txt file

namwoam avatar Aug 14 '24 00:08 namwoam

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 4.98%. Comparing base (335b109) to head (39ebf91). Report is 30 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #591      +/-   ##
========================================
+ Coverage   4.58%   4.98%   +0.40%     
========================================
  Files         81      84       +3     
  Lines      30953   33694    +2741     
========================================
+ Hits        1418    1681     +263     
- Misses     29276   31722    +2446     
- Partials     259     291      +32     
Flag Coverage Δ
unittests 4.98% <ø> (+0.40%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Sep 06 '24 03:09 codecov[bot]