Skip to content
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

fix: useRequest service to umi-request error #97

Merged
merged 4 commits into from
Mar 17, 2020
Merged

Conversation

brickspert
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Mar 16, 2020

Codecov Report

Merging #97 into master will decrease coverage by 0.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   53.76%   53.74%   -0.02%     
==========================================
  Files          60       60              
  Lines        1222     1228       +6     
  Branches      352      354       +2     
==========================================
+ Hits          657      660       +3     
- Misses        561      568       +7     
+ Partials        4        0       -4
Impacted Files Coverage Δ
packages/plugin-request/src/request.ts 90.27% <50%> (-3.67%) ⬇️
packages/plugin-ant-design-pro-block/src/index.ts 0% <0%> (ø) ⬆️
packages/plugin-qiankun/src/master/index.ts 0% <0%> (ø) ⬆️

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 3df8003...9f6c93e. Read the comment docs.

.gitignore Outdated
@@ -7,3 +7,4 @@ node_modules
.umi-test
.umi-production
.DS_Store
.history
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

哪里来的 .history 目录?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vscode 装了 Local History 插件,会生成本地 .history 目录,就是文件的编辑历史。

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

个人环境配置每个人都不同,配在 ~/.gitignore_global 吧。

.gitignore Outdated Show resolved Hide resolved
@sorrycc sorrycc merged commit 7590b73 into master Mar 17, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix/use-request branch March 17, 2020 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants