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

feat: [BREAKING CHANGE] drop espower support #197

Merged
merged 4 commits into from
Dec 18, 2022
Merged

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Dec 18, 2022

#196

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)
Description of change

@codecov
Copy link

codecov bot commented Dec 18, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (b37e141) compared to base (5e35438).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #197   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8        12    +4     
  Lines           60        93   +33     
  Branches        12        16    +4     
=========================================
+ Hits            60        93   +33     
Impacted Files Coverage Δ
test/fixtures/example-ts-cluster/app.ts 100.00% <0.00%> (ø)
test/fixtures/example-ts-cluster/app/router.ts 100.00% <0.00%> (ø)
...fixtures/example-ts-cluster/app/controller/home.ts 100.00% <0.00%> (ø)
...xtures/example-ts-cluster/config/config.default.ts 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fengmk2 fengmk2 merged commit 1fc3624 into master Dec 18, 2022
@fengmk2 fengmk2 deleted the remove-espower branch December 18, 2022 16:07
atian25 pushed a commit that referenced this pull request Dec 18, 2022
[skip ci]

## [5.8.0](v5.7.0...v5.8.0) (2022-12-18)

### Features

* [BREAKING CHANGE] drop espower support ([#197](#197)) ([1fc3624](1fc3624))
@github-actions
Copy link

🎉 This PR is included in version 5.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -127,24 +122,11 @@ class TestCommand extends Command {
}

// collect require
let requireArr = testArgv.require || testArgv.r || [];
/* istanbul ignore next */
if (!Array.isArray(requireArr)) requireArr = [ requireArr ];
Copy link
Member Author

Choose a reason for hiding this comment

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

fengmk2 added a commit to eggjs/egg-mock that referenced this pull request Jan 3, 2023
fengmk2 added a commit to eggjs/egg-mock that referenced this pull request Jan 3, 2023
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.

1 participant