-
-
Notifications
You must be signed in to change notification settings - Fork 527
Documentation and Refactoring #3028
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
src/file/drawing/floating/align.ts:19
- [nitpick] The use of 'value as any' in the children array bypasses type safety; consider defining a proper type for value instead of using 'any'.
new BuilderElement<{}>({
src/file/document/body/section-properties/properties/page-size.ts:129
- If the 'code' attribute is undefined, it may still be output with an undefined value; consider filtering out or conditionally adding this attribute to prevent unintended XML output.
code: { key: "w:code", value: code },
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3028 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 290 289 -1
Lines 8764 8707 -57
Branches 1413 1404 -9
=========================================
- Hits 8764 8707 -57 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.