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

refactor(nextcloud)!: Migrate to DAV v2 endpoint for WebDAV #2557

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

refactor(nextcloud)!: Migrate to DAV v2 endpoint for WebDAV

af1f3d3
Select commit
Loading
Failed to load commit list.
Open

refactor(nextcloud)!: Migrate to DAV v2 endpoint for WebDAV #2557

refactor(nextcloud)!: Migrate to DAV v2 endpoint for WebDAV
af1f3d3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 19, 2024 in 0s

28.79% (+0.00%) compared to a01e746

View this Pull Request on Codecov

28.79% (+0.00%) compared to a01e746

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes missing coverage. Please review.

Project coverage is 28.79%. Comparing base (a01e746) to head (af1f3d3).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
packages/nextcloud/lib/webdav.dart 71.42% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2557   +/-   ##
=======================================
  Coverage   28.79%   28.79%           
=======================================
  Files         370      370           
  Lines      136490   136496    +6     
=======================================
+ Hits        39296    39300    +4     
- Misses      97194    97196    +2     
Files with missing lines Coverage Δ
..._client/lib/src/interceptors/csrf_interceptor.dart 100.00% <100.00%> (ø)
...xtcloud/lib/src/api/webdav/models/webdav_file.dart 100.00% <100.00%> (ø)
...nextcloud/lib/src/api/webdav/utils/webdav_uri.dart 100.00% <100.00%> (ø)
...es/nextcloud/lib/src/api/webdav/webdav_client.dart 94.70% <100.00%> (+0.02%) ⬆️
packages/nextcloud/lib/webdav.dart 75.00% <71.42%> (-25.00%) ⬇️