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

refactor: support koa 2 #27

Merged
merged 2 commits into from
Nov 9, 2017
Merged

refactor: support koa 2 #27

merged 2 commits into from
Nov 9, 2017

Conversation

dead-horse
Copy link
Member

No description provided.

@dead-horse dead-horse mentioned this pull request Nov 9, 2017
29 tasks
@fengmk2
Copy link
Member

fengmk2 commented Nov 9, 2017

need async function test cases.

// eslint-disable-next-line
foo();
}

function* commonSleepError() {
yield sleep(50);
async function commonSleepError() {
Copy link
Member Author

Choose a reason for hiding this comment

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

async function test case is here

@codecov
Copy link

codecov bot commented Nov 9, 2017

Codecov Report

Merging #27 into master will increase coverage by 1.25%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   96.82%   98.07%   +1.25%     
==========================================
  Files           1        1              
  Lines          63       52      -11     
  Branches       27        0      -27     
==========================================
- Hits           61       51      -10     
+ Misses          2        1       -1
Impacted Files Coverage Δ
index.js 98.07% <100%> (+1.25%) ⬆️

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 edfff23...d5c1cea. Read the comment docs.

@dead-horse dead-horse merged commit df878e4 into master Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants