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(jest): expose maxmaxWorkers property in jest config #1675

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

saudkhanzada
Copy link
Contributor

closes #1645


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@saudkhanzada saudkhanzada marked this pull request as ready for review March 10, 2022 19:59
@codecov-commenter
Copy link

Codecov Report

Merging #1675 (6934ab0) into main (d90284c) will increase coverage by 1.45%.
The diff coverage is 89.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1675      +/-   ##
==========================================
+ Coverage   88.06%   89.51%   +1.45%     
==========================================
  Files         132      150      +18     
  Lines        5109     6064     +955     
  Branches     1207     1625     +418     
==========================================
+ Hits         4499     5428     +929     
- Misses        610      634      +24     
- Partials        0        2       +2     
Impacted Files Coverage Δ
src/awscdk/internal.ts 100.00% <ø> (ø)
src/cdk/consts.ts 100.00% <ø> (+36.36%) ⬆️
src/dev-env.ts 83.33% <0.00%> (ø)
src/java/index.ts 100.00% <ø> (ø)
src/python/index.ts 100.00% <ø> (ø)
src/release/index.ts 100.00% <ø> (ø)
src/tasks.ts 94.11% <ø> (+0.78%) ⬆️
src/testing.ts 80.00% <ø> (ø)
src/textfile.ts 100.00% <ø> (ø)
src/toml.ts 90.90% <ø> (ø)
... and 179 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 8ed9df6...6934ab0. Read the comment docs.

@mergify mergify bot merged commit 5b9369c into projen:main Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expose maxWorkers in jestConfig
3 participants