-
Notifications
You must be signed in to change notification settings - Fork 98
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(export): Add .docx export #151
Conversation
A bit of cleanup on the previous commit.
Codecov Report
@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 95.58% 96.04% +0.45%
==========================================
Files 8 9 +1
Lines 748 834 +86
==========================================
+ Hits 715 801 +86
Misses 33 33
Continue to review full report at Codecov.
|
Move the Word doc logic into a new module and include a unit test to cover it. Also fix a bug with the way control characters are scrubbed from the .docx text.
Fix flake8 errors and add a test for the docx branch of the view.
@emmanvg This is ready for review now. |
Change print() to logging so that it will work cleanly when merged into master.
…ors out on TAXXXX techniques.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Cherry picked from @bsnyder70's PR #129 to merge with linted code.
closes #99
closes #26