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

Add DAV functions for fetching nodes from Nextcloud #706

Merged
merged 1 commit into from
Jul 26, 2023

feat: Add functions for handling WebDAV results

b2caac4
Select commit
Failed to load commit list.
Merged

Add DAV functions for fetching nodes from Nextcloud #706

feat: Add functions for handling WebDAV results
b2caac4
Select commit
Failed to load commit list.
Codecov / codecov/project failed Jul 26, 2023 in 0s

95.91% (-3.16%) compared to 883819c

View this Pull Request on Codecov

95.91% (-3.16%) compared to 883819c

Details

Codecov Report

Patch coverage: 83.58% and project coverage change: -3.16% ⚠️

Comparison is base (883819c) 99.06% compared to head (b2caac4) 95.91%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #706      +/-   ##
==========================================
- Coverage   99.06%   95.91%   -3.16%     
==========================================
  Files          11       13       +2     
  Lines         215      269      +54     
  Branches       70       81      +11     
==========================================
+ Hits          213      258      +45     
- Misses          1       10       +9     
  Partials        1        1              
Files Changed Coverage Δ
lib/files/folder.ts 100.00% <ø> (ø)
lib/files/node.ts 100.00% <ø> (ø)
lib/files/nodeData.ts 100.00% <ø> (ø)
lib/humanfilesize.ts 100.00% <ø> (ø)
lib/index.ts 100.00% <ø> (ø)
lib/permissions.ts 100.00% <ø> (ø)
lib/dav/dav.ts 57.69% <57.69%> (ø)
lib/dav/davPermissions.ts 100.00% <100.00%> (ø)
lib/dav/davProperties.ts 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.