-
Notifications
You must be signed in to change notification settings - Fork 54
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: dont auto require egg-mock #206
Conversation
@@ -270,7 +270,6 @@ describe('test/lib/cmd/test.test.js', () => { | |||
|
|||
// fail on github action ubuntu | |||
it('test parallel', () => { | |||
if (process.platform !== 'darwin') return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
只在 linux 可以复现。
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #206 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 93 93
Branches 16 16
=========================================
Hits 93 93 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. |
https://github.com/eggjs/egg-mock/blob/master/lib/parallel/app.js#L38 parallel/app.js 没有拿到 env.CLUSTER_PORT 环境变量 |
[skip ci] ## [5.12.2](v5.12.1...v5.12.2) (2023-01-11) ### Bug Fixes * dont auto require egg-mock ([#206](#206)) ([e703507](e703507)), closes [/github.com/eggjs/mock/pull/142#issuecomment-1377450602](https://github.com/eggjs//github.com/eggjs/egg-mock/pull/142/issues/issuecomment-1377450602)
🎉 This PR is included in version 5.12.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
eggjs/mock#142 (comment)
fixed by eggjs/mock#144
Checklist
npm test
passesAffected core subsystem(s)
Description of change