Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to Drive API v3 #1854

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Providing fields argument to Drive.Comments.create and Drive.Replies.…

fb7ba9d
Select commit
Loading
Failed to load commit list.
Open

Updated to Drive API v3 #1854

Providing fields argument to Drive.Comments.create and Drive.Replies.…
fb7ba9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 5, 2025 in 0s

98.62% (-0.03%) compared to 719dbd5

View this Pull Request on Codecov

98.62% (-0.03%) compared to 719dbd5

Details

Codecov Report

Attention: Patch coverage is 99.56710% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.62%. Comparing base (719dbd5) to head (fb7ba9d).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...end/utils/SafeDriveService/SafeDrivesCollection.ts 96.29% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1854      +/-   ##
==========================================
- Coverage   98.65%   98.62%   -0.03%     
==========================================
  Files          20       20              
  Lines         963      943      -20     
  Branches      218      205      -13     
==========================================
- Hits          950      930      -20     
  Misses         12       12              
  Partials        1        1              
Files with missing lines Coverage Δ
src/backend/listFolders.ts 100.00% <100.00%> (ø)
src/backend/listSharedDrives.ts 100.00% <100.00%> (ø)
src/backend/move/copyFileComments.ts 100.00% <100.00%> (ø)
src/backend/move/folderManagement.ts 100.00% <100.00%> (ø)
src/backend/move/moveFile.ts 100.00% <100.00%> (ø)
src/backend/move/moveFolder.ts 100.00% <100.00%> (ø)
src/backend/move/resolveDestinationFolder.ts 100.00% <100.00%> (ø)
src/backend/utils/DriveBackedValue.ts 100.00% <100.00%> (ø)
src/backend/utils/SafeDriveService.ts 100.00% <100.00%> (ø)
...d/utils/SafeDriveService/SafeCommentsCollection.ts 100.00% <100.00%> (ø)
... and 2 more