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: add the ability to --fix in interactive mode #45

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

rockingskier
Copy link
Contributor

@rockingskier rockingskier commented Sep 12, 2019

Predominantly stolen from influenced by jest-runner-eslint.

I'd like to look at adding an override config file too much like jest-runner-eslint but that can come later.

@codecov
Copy link

codecov bot commented Sep 12, 2019

Codecov Report

Merging #45 into master will increase coverage by 11.66%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #45       +/-   ##
========================================
+ Coverage   83.33%   95%   +11.66%     
========================================
  Files           2     4        +2     
  Lines          12    40       +28     
  Branches        1     5        +4     
========================================
+ Hits           10    38       +28     
  Misses          2     2
Impacted Files Coverage Δ
src/configOverrides.js 100% <100%> (ø)
src/watchFixPlugin.js 100% <100%> (ø)
src/run.js 83.33% <100%> (+1.51%) ⬆️

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 7bb6f24...85fc91e. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Sep 12, 2019

Codecov Report

Merging #45 into master will increase coverage by 11.66%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #45       +/-   ##
========================================
+ Coverage   83.33%   95%   +11.66%     
========================================
  Files           2     4        +2     
  Lines          12    40       +28     
  Branches        1     5        +4     
========================================
+ Hits           10    38       +28     
  Misses          2     2
Impacted Files Coverage Δ
src/configOverrides.js 100% <100%> (ø)
src/watchFixPlugin.js 100% <100%> (ø)
src/run.js 83.33% <100%> (+1.51%) ⬆️

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 7bb6f24...85fc91e. Read the comment docs.

@rockingskier
Copy link
Contributor Author

This can also be ported to (jest-runner-prettier)[https://github.com/keplersj/jest-runner-prettier] once everything is signed off and working.

@keplersj
Copy link
Owner

Looks awesome. Thank you so much for implementing this!

@keplersj keplersj merged commit 19bbee1 into keplersj:master Sep 12, 2019
@keplersj
Copy link
Owner

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants