-
Notifications
You must be signed in to change notification settings - Fork 36
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
Parse docx in --doc mode #439
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #439 +/- ##
==========================================
+ Coverage 90.78% 90.83% +0.04%
==========================================
Files 125 126 +1
Lines 4179 4210 +31
Branches 662 666 +4
==========================================
+ Hits 3794 3824 +30
Misses 252 252
- Partials 133 134 +1
☔ View full report in Codecov by Sentry. |
a292344
to
ec52ae1
Compare
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.
docx and pdf files scanning on --doc
option has been added.
LGTM 👍
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.
Approve again.
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.
Agree
Description
Please include a summary of the change and which is fixed.
based on #441
How has this been tested?
Please describe the tests that you ran to verify your changes.