🐞 fix: return method for api with task type#1897
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 1751fd6:
|
|
@starriv 这里是缺少了一个 completeArg的方法吗?单元测试试过了没 |
不是缺少 completeArg 方法、是针对部分 task 类型需要继续返回、以前是直接 resolve 了结果 |
Codecov Report
@@ Coverage Diff @@
## master #1897 +/- ##
==========================================
- Coverage 90.39% 90.35% -0.05%
==========================================
Files 391 391
Lines 4768 4779 +11
Branches 692 731 +39
==========================================
+ Hits 4310 4318 +8
- Misses 449 452 +3
Partials 9 9
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
|
@starriv 覆盖率可以看一下 |
单测覆盖一下就好了,感谢你的 pr |
OK 我来补一下 |
fix #1888