Closed provokateurin closed 2 months ago
Attention: Patch coverage is 44.44444%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 27.21%. Comparing base (
1d5e7de
) to head (63330c5
). Report is 7 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
.../nextcloud/lib/src/api/webdav/models/webdav.g.dart | 44.44% | 5 Missing :warning: |
Can we add a test?
Done
I'd rather have a separate test case for the checksum, tags and share. Therefore when one fails it's easier to identify the root cause.
Please also make a separate PR for the checksum commit (4bed78d012f4c51bda9f3ef11c04056b665416d3) as I'd like to discuss something specific to that without blocking this fix.
Fixes https://github.com/nextcloud/neon/issues/2410
Just some stupid copy-pasta. To be fair the code in that file is not really readable because of all the annotations, fields and parameters...