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 TEST_DEBUG env var option for test.sh, to enable node 6 debugger #4764

Merged
merged 1 commit into from Oct 24, 2016
Merged

Add TEST_DEBUG env var option for test.sh, to enable node 6 debugger #4764

merged 1 commit into from Oct 24, 2016

Conversation

DrewML
Copy link
Member

@DrewML DrewML commented Oct 23, 2016

Q A
Bug fix? no
Breaking change? no
New feature? no
Deprecations? no
Spec compliancy? no
Tests added/pass? no
Fixed tickets N/A
License MIT
Doc PR docs updated in PR

I've found myself manually editing test.sh frequently so I can walk through code I'm working on. Would be great to be able to do this without manually editing the file each time.

@codecov-io
Copy link

codecov-io commented Oct 23, 2016

Current coverage is 89.37% (diff: 100%)

Merging #4764 into master will not change coverage

@@             master      #4764   diff @@
==========================================
  Files           196        196          
  Lines         13887      13887          
  Methods        1434       1434          
  Messages          0          0          
  Branches       3198       3198          
==========================================
  Hits          12412      12412          
  Misses         1475       1475          
  Partials          0          0          

Powered by Codecov. Last update fd4667e...53efc86

@DrewML
Copy link
Member Author

DrewML commented Oct 23, 2016

Not quite sure why the code coverage dropped - both changes are to untracked files. Nevermind, had to rebase off master

@danez
Copy link
Member

danez commented Oct 23, 2016

👍

@hzoo hzoo added the PR: Internal 🏠 A type of pull request used for our changelog categories label Oct 24, 2016
@hzoo hzoo merged commit 7cfe5c1 into babel:master Oct 24, 2016
@DrewML DrewML deleted the add-test-debug branch October 24, 2016 04:18
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 7, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants