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

feat: allow dragging blocks across parents in outline #859

Merged
merged 26 commits into from
Mar 19, 2024

refactor: update draft status icon

ecf01cd
Select commit
Loading
Failed to load commit list.
Merged

feat: allow dragging blocks across parents in outline #859

refactor: update draft status icon
ecf01cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 19, 2024 in 1s

91.87% (-0.02%) compared to 6ae9cda, passed because coverage increased by +0.09% when compared to adjusted base (91.78%)

View this Pull Request on Codecov

91.87% (-0.02%) compared to 6ae9cda, passed because coverage increased by +0.09% when compared to adjusted base (91.78%)

Details

Codecov Report

Attention: Patch coverage is 92.97753% with 25 lines in your changes are missing coverage. Please review.

Project coverage is 91.87%. Comparing base (6ae9cda) to head (ecf01cd).
Report is 6 commits behind head on master.

Files Patch % Lines
src/course-outline/drag-helper/utils.js 88.69% 12 Missing and 1 partial ⚠️
src/course-outline/drag-helper/DraggableList.jsx 90.58% 8 Missing ⚠️
.../course-outline/subsection-card/SubsectionCard.jsx 83.33% 2 Missing ⚠️
src/course-outline/page-alerts/PageAlerts.jsx 95.83% 1 Missing ⚠️
src/course-outline/section-card/SectionCard.jsx 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #859      +/-   ##
==========================================
- Coverage   91.88%   91.87%   -0.02%     
==========================================
  Files         562      574      +12     
  Lines        9776    10078     +302     
  Branches     2085     2157      +72     
==========================================
+ Hits         8983     9259     +276     
- Misses        766      791      +25     
- Partials       27       28       +1     

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