Skip to content

feat(dialog): multiple recipients with per-recipient permissions - #258

Merged
skjnldsv merged 20 commits into
mainfrom
feature/dialog-per-recipient-permissions
Sep 2, 2026
Merged

feat(dialog): multiple recipients with per-recipient permissions#258
skjnldsv merged 20 commits into
mainfrom
feature/dialog-per-recipient-permissions

test(dialog): cover the destructive paths of the share panel and reci…

bf24a43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 2, 2026 in 0s

79.06% (+5.12%) compared to 2c97b0a

View this Pull Request on Codecov

79.06% (+5.12%) compared to 2c97b0a

Details

Codecov Report

❌ Patch coverage is 81.95876% with 35 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.06%. Comparing base (2c97b0a) to head (bf24a43).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
lib/dialog/components/RecipientRow.vue 67.74% 7 Missing and 3 partials ⚠️
lib/dialog/components/PermissionEditor.vue 71.42% 5 Missing and 1 partial ⚠️
lib/dialog/components/RecipientList.vue 0.00% 5 Missing and 1 partial ⚠️
lib/dialog/composables/useRecipientPermissions.ts 91.04% 6 Missing ⚠️
lib/dialog/components/SharePanel.vue 90.00% 4 Missing and 1 partial ⚠️
lib/dialog/composables/useLinkShare.ts 80.00% 1 Missing ⚠️
lib/dialog/composables/useRecipientSearch.ts 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
+ Coverage   73.93%   79.06%   +5.12%     
==========================================
  Files          23       27       +4     
  Lines         564      726     +162     
  Branches      168      202      +34     
==========================================
+ Hits          417      574     +157     
- Misses        126      133       +7     
+ Partials       21       19       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.