Skip to content

新增追加文件方法、查询短信发送记录方法和修复扩展状态码对error信息处理 #378

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

Closed
wants to merge 6 commits into from

Conversation

yangjunren
Copy link
Contributor

1、uploader.py 文件中新增了 append_file 追加文件方法,并在 test_qiniu.py 中添加了对应测试用例。
2、sms.py 文件中新增了 get_messages_info 查询短信发送记录方法。
3、修改 http.py 文件中 扩展状态码对error信息处理,主要用于兼容Dora中响应体中没有error字段信息的问题。

@codecov
Copy link

codecov bot commented Aug 28, 2020

Codecov Report

Merging #378 into master will increase coverage by 0.53%.
The diff coverage is 71.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #378      +/-   ##
==========================================
+ Coverage   66.58%   67.12%   +0.53%     
==========================================
  Files          20       20              
  Lines        1691     1740      +49     
==========================================
+ Hits         1126     1168      +42     
- Misses        565      572       +7     
Impacted Files Coverage Δ
qiniu/services/sms/sms.py 22.22% <6.66%> (+0.42%) ⬆️
qiniu/http.py 60.91% <72.72%> (+0.20%) ⬆️
qiniu/services/storage/uploader.py 85.39% <90.62%> (+1.14%) ⬆️
qiniu/__init__.py 100.00% <100.00%> (ø)
test_qiniu.py 93.43% <100.00%> (+0.13%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b1b110...94c6c09. Read the comment docs.

@yangjunren yangjunren closed this Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants