-
-
Notifications
You must be signed in to change notification settings - Fork 619
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: 通过环境变量, 禁用 copy 操作. #115
Conversation
Hello @daya0576! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on January 12, 2018 at 01:55 Hours UTC |
1 similar comment
tests/_test_env.py
Outdated
reload(pypinyin.constants) | ||
assert pypinyin.constants.PINYIN_DICT is pypinyin.pinyin_dict.pinyin_dict | ||
|
||
|
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.
这里多了个空行。
@daya0576 Thanks for your PR! Please fix the pep8 issue:
|
809b7d5
to
e3c8f84
Compare
Codecov Report
@@ Coverage Diff @@
## develop #115 +/- ##
===========================================
+ Coverage 99.24% 99.24% +<.01%
===========================================
Files 20 20
Lines 527 530 +3
===========================================
+ Hits 523 526 +3
Misses 4 4
Continue to review full report at Codecov.
|
Fixed. XD How do u run travis-ci test locally? I tried to use docker but failed. |
Looks all good. Is there anything else should I do to improve this PR? 🤩 |
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.
LGTM!
Is there any error message? |
@bors-homu r+ |
📌 Commit e3c8f84 has been approved by |
feat: 通过环境变量, 禁用 copy 操作. ## PR 描述 通过环境变量, 禁用 copy 操作. ## 待办事项 * [x] 符合代码规范 * [x] 单元测试 * [x] 文档 <!-- 感谢你的贡献!❤️ -->
☀️ Test successful - status-travis |
PR 描述
通过环境变量, 禁用 copy 操作 #113.
待办事项