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

feat(googledrive): add the tasks for google drive

Open chuang8511 opened this issue 1 year ago • 1 comments

Because

  • we want to add the Google Drive to support sync the data into other data source

This commit

  • to be written

chuang8511 avatar Oct 09 '24 16:10 chuang8511

Will do end-to-end test again when other services are ready.

chuang8511 avatar Oct 29 '24 19:10 chuang8511

Codecov Report

Attention: Patch coverage is 37.34266% with 448 lines in your changes missing coverage. Please review.

Project coverage is 19.47%. Comparing base (f956ead) to head (7ad113b). Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
...omponent/internal/mock/i_drive_service_mock.gen.go 25.29% 294 Missing and 25 partials :warning:
pkg/component/data/googledrive/v0/client/client.go 0.00% 93 Missing :warning:
pkg/component/data/googledrive/v0/main.go 89.65% 8 Missing and 4 partials :warning:
...kg/component/data/googledrive/v0/task_read_file.go 65.71% 8 Missing and 4 partials :warning:
.../component/data/googledrive/v0/task_read_folder.go 69.23% 8 Missing and 4 partials :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #725      +/-   ##
==========================================
- Coverage   19.70%   19.47%   -0.23%     
==========================================
  Files         321      334      +13     
  Lines       64847    66219    +1372     
==========================================
+ Hits        12776    12897     +121     
- Misses      50162    51389    +1227     
- Partials     1909     1933      +24     
Flag Coverage Δ
unittests 19.47% <37.34%> (-0.23%) :arrow_down:

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 Oct 29 '24 19:10 codecov[bot]