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

📦 NEW: Support run test with node:test #177

Merged
merged 5 commits into from Jun 4, 2022
Merged

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jun 4, 2022

egg-bin node-test
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

```bash
egg-bin node-test
```
@fengmk2 fengmk2 requested a review from atian25 June 4, 2022 03:30
@fengmk2 fengmk2 self-assigned this Jun 4, 2022
@fengmk2
Copy link
Member Author

fengmk2 commented Jun 4, 2022

未来不仅仅是 mocha 的天下了。

.eslintrc Outdated
/**
* @see http://eslint.org/docs/rules/strict
*/
"strict": [ "off" ]
Copy link
Member Author

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented Jun 4, 2022

Codecov Report

Merging #177 (9c81845) into master (473ab55) will decrease coverage by 2.11%.
The diff coverage is 87.30%.

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
- Coverage   98.58%   96.47%   -2.12%     
==========================================
  Files          28       28              
  Lines         992     1106     +114     
  Branches       29       20       -9     
==========================================
+ Hits          978     1067      +89     
- Misses         14       39      +25     
Impacted Files Coverage Δ
lib/cmd/node-test-cov.js 84.32% <84.32%> (ø)
lib/utils.js 91.48% <91.48%> (ø)
lib/cmd/cov.js 100.00% <100.00%> (ø)
lib/cmd/test.js 100.00% <100.00%> (ø)
test/fixtures/node-test/utils.js 100.00% <100.00%> (ø)
test/fixtures/example-ts-pkg/test/index.test.ts
...est/fixtures/example-ts-cluster/test/index.test.ts
test/fixtures/example-ts/test/index.test.ts

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 473ab55...9c81845. Read the comment docs.

@fengmk2
Copy link
Member Author

fengmk2 commented Jun 4, 2022

还差 cov:node-test

@fengmk2 fengmk2 merged commit 84489fe into master Jun 4, 2022
@fengmk2 fengmk2 deleted the support-node-test branch June 4, 2022 13:52
@fengmk2
Copy link
Member Author

fengmk2 commented Jun 4, 2022

5.1.0

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.

None yet

1 participant