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

Add prioritySequence option #8209

Closed
wants to merge 9 commits into from
Closed

Conversation

WeiAnAn
Copy link
Contributor

@WeiAnAn WeiAnAn commented Mar 25, 2019

Summary

This PR implement feature mention in #6194.
prioritySequence configuration can run some tests first by giving sequence.

Test plan

  • Unit test
  • e2e test

@codecov-io
Copy link

codecov-io commented Mar 25, 2019

Codecov Report

Merging #8209 into master will increase coverage by 0.02%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8209      +/-   ##
==========================================
+ Coverage   62.31%   62.33%   +0.02%     
==========================================
  Files         265      265              
  Lines       10534    10543       +9     
  Branches     2557     2561       +4     
==========================================
+ Hits         6564     6572       +8     
  Misses       3387     3387              
- Partials      583      584       +1
Impacted Files Coverage Δ
packages/jest-config/src/Defaults.ts 100% <ø> (ø) ⬆️
packages/jest-config/src/normalize.ts 79.52% <ø> (ø) ⬆️
packages/jest-core/src/TestScheduler.ts 62.12% <ø> (ø) ⬆️
packages/jest-config/src/index.ts 12.5% <ø> (ø) ⬆️
packages/jest-config/src/ValidConfig.ts 100% <ø> (ø) ⬆️
packages/jest-core/src/runJest.ts 33.78% <100%> (ø) ⬆️
packages/jest-core/src/testSchedulerHelper.ts 100% <100%> (ø) ⬆️
packages/jest-core/src/TestSequencer.ts 88.88% <87.5%> (-0.48%) ⬇️

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 8e246a4...9a13e25. Read the comment docs.

@WeiAnAn
Copy link
Contributor Author

WeiAnAn commented Mar 26, 2019

Open new PR #8223.

@WeiAnAn WeiAnAn closed this Mar 26, 2019
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants