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

Finalize split #3388

Merged
merged 3 commits into from
Apr 27, 2017
Merged

Finalize split #3388

merged 3 commits into from
Apr 27, 2017

Conversation

cpojer
Copy link
Member

@cpojer cpojer commented Apr 27, 2017

Summary

On top of #3376, this now finalizes the split of "InitialOptions" into "ProjectConfig" and "GlobalConfig". The only overlap between the two is rootDir, which should be alright. I have about five more PRs coming that clean up various things, but this one makes everything that is tested by Jest work. I'm sure I missed one or two things that aren't properly typed, but we have a fully week to stabilize this :)

Test plan

jest

@codecov-io
Copy link

codecov-io commented Apr 27, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@f5eca01). Click here to learn what that means.
The diff coverage is 70%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3388   +/-   ##
=========================================
  Coverage          ?   64.27%           
=========================================
  Files             ?      176           
  Lines             ?     6538           
  Branches          ?        4           
=========================================
  Hits              ?     4202           
  Misses            ?     2335           
  Partials          ?        1
Impacted Files Coverage Δ
packages/jest-config/src/index.js 26.08% <ø> (ø)
packages/jest-jasmine2/src/index.js 0% <ø> (ø)
packages/jest-cli/src/reporters/NotifyReporter.js 25.92% <ø> (ø)
packages/jest-config/src/defaults.js 100% <ø> (ø)
packages/jest-config/src/validConfig.js 100% <ø> (ø)
packages/jest-cli/src/reporters/DefaultReporter.js 16.12% <ø> (ø)
packages/jest-cli/src/reporters/BaseReporter.js 66.66% <ø> (ø)
packages/jest-jasmine2/src/setup-jest-globals.js 0% <0%> (ø)
packages/jest-cli/src/runJest.js 0% <0%> (ø)
packages/jest-cli/src/runTest.js 15.55% <0%> (ø)
... and 7 more

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 f5eca01...36d9b98. Read the comment docs.

@cpojer cpojer merged commit 5b5090d into jestjs:master Apr 27, 2017
@felipeochoa felipeochoa mentioned this pull request Apr 29, 2017
@cpojer cpojer deleted the finalize-split branch May 4, 2017 15:44
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
* Finalize the split between configs.

* Coverage mapping

* Rename `config` to `globalConfig`
@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 13, 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.

4 participants