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

--testFailureExitCode #4067

Merged
merged 3 commits into from
Jul 19, 2017
Merged

Conversation

aaronabramov
Copy link
Contributor

No description provided.

@aaronabramov
Copy link
Contributor Author

is there a way to restart AppVeyor build?

@aaronabramov aaronabramov force-pushed the test_failure_exit_code branch from af97a9c to 5ba5f3b Compare July 18, 2017 21:49
@codecov-io
Copy link

codecov-io commented Jul 19, 2017

Codecov Report

Merging #4067 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4067      +/-   ##
==========================================
+ Coverage   60.41%   60.42%   +<.01%     
==========================================
  Files         196      196              
  Lines        6766     6767       +1     
  Branches        6        6              
==========================================
+ Hits         4088     4089       +1     
  Misses       2675     2675              
  Partials        3        3
Impacted Files Coverage Δ
packages/jest-config/src/valid_config.js 100% <ø> (ø) ⬆️
packages/jest-config/src/index.js 0% <ø> (ø) ⬆️
packages/jest-config/src/defaults.js 85.71% <ø> (ø) ⬆️
packages/jest-config/src/normalize.js 81.08% <100%> (+0.1%) ⬆️

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 22f6235...5ba5f3b. Read the comment docs.

@@ -492,6 +493,8 @@ function normalize(options: InitialOptions, argv: Argv) {
newOptions.json = argv.json;
newOptions.lastCommit = argv.lastCommit;

newOptions.testFailureExitCode = parseInt(newOptions.testFailureExitCode, 10);
Copy link
Member

Choose a reason for hiding this comment

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

You missed the , 10 here. Ooops.

@cpojer cpojer merged commit 200b032 into jestjs:master Jul 19, 2017
@aaronabramov aaronabramov deleted the test_failure_exit_code branch August 9, 2017 22:45
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
* --testFailureExitCode argument

* Update normalize.js
@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