Skip to content

Conversation

@gohabereg
Copy link
Member

No description provided.

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

Coverage report for ./packages/dom-adapters

St.
Category Percentage Covered / Total
🟢 Statements 100% 0/0
🟢 Branches 100% 0/0
🟢 Functions 100% 0/0
🟢 Lines 100% 0/0

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 909766f

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

Coverage report for ./packages/model

St.
Category Percentage Covered / Total
🟢 Statements
99.76% (+3.78% 🔼)
815/817
🟢 Branches
98.65% (+2.65% 🔼)
220/223
🟢 Functions
98.5% (+10.83% 🔼)
197/200
🟢 Lines
99.75% (+3.91% 🔼)
785/787

Test suite run success

418 tests passing in 25 suites.

Report generated by 🧪jest coverage report action from 909766f

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

Coverage report for ./packages/ot-server

St.
Category Percentage Covered / Total
🟡 Statements 68% 17/25
🔴 Branches 20% 1/5
🟢 Functions 83.33% 5/6
🟡 Lines 65.22% 15/23

Test suite run success

3 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 909766f

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

Coverage report for ./packages/collaboration-manager

St.
Category Percentage Covered / Total
🟡 Statements
68.35% (-31.65% 🔻)
162/237
🟢 Branches
81.33% (-16.23% 🔻)
61/75
🔴 Functions
58.82% (-34.03% 🔻)
20/34
🟡 Lines
68.38% (-31.62% 🔻)
160/234
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🟢
... / MessageType.ts
100% 100% 100% 100%
🔴 client/OTClient.ts 0% 0% 0% 0%
🟢 CollaborationManager.ts 86.76% 78.26% 71.43% 86.76%
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 Operation.ts
96% (-4% 🔻)
96% (-4% 🔻)
83.33% (-16.67% 🔻)
96% (-4% 🔻)

Test suite run success

67 tests passing in 4 suites.

Report generated by 🧪jest coverage report action from 909766f

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

⏭️ No files to mutate for ./packages/model

@github-actions
Copy link

github-actions bot commented Apr 9, 2025

⏭️ No files to mutate for ./packages/dom-adapters

@neSpecc neSpecc requested a review from Copilot April 9, 2025 21:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 52 out of 52 changed files in this pull request and generated 2 comments.

Comment on lines 1 to 3
export type * from './Config.js';
export type * from './UnifiedToolConfig.js';
export type * from './EditorjsPlugin.js';
Copy link

Copilot AI Apr 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The usage of 'export type *' is not valid TypeScript syntax. Consider using 'export * from' or the appropriate named type exports instead.

Suggested change
export type * from './Config.js';
export type * from './UnifiedToolConfig.js';
export type * from './EditorjsPlugin.js';
export * from './Config.js';
export * from './UnifiedToolConfig.js';
export * from './EditorjsPlugin.js';

Copilot uses AI. Check for mistakes.
if (message.payload.userId === this.#userId) {
return;
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

transform undo/redo stack on remote operations

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could be done in a separate pr

@gohabereg gohabereg enabled auto-merge April 10, 2025 01:27
@gohabereg gohabereg added this pull request to the merge queue Apr 10, 2025
Merged via the queue into main with commit d4da224 Apr 10, 2025
18 checks passed
@gohabereg gohabereg deleted the feature/collaborative-editing branch April 10, 2025 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet