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

Alphabetize configuration options #1502

Merged
merged 1 commit into from
Apr 26, 2018

Conversation

brettcannon
Copy link
Member

Fixes #1501

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)
  • Has unit tests & code coverage is not adversely affected (within reason)
  • Works on all actively maintained versions of Python (e.g. Python 2.7 & the latest Python 3 release)
  • Works on Windows 10, macOS, and Linux (e.g. considered file system case-sensitivity)

@codecov
Copy link

codecov bot commented Apr 26, 2018

Codecov Report

Merging #1502 into master will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1502      +/-   ##
=========================================
- Coverage   71.28%   71.2%   -0.09%     
=========================================
  Files         271     271              
  Lines       12639   12639              
  Branches     2273    2273              
=========================================
- Hits         9010    8999      -11     
- Misses       3493    3499       +6     
- Partials      136     141       +5
Impacted Files Coverage Δ
src/client/debugger/PythonProcess.ts 45.83% <0%> (-5.42%) ⬇️
...rc/client/debugger/PythonProcessCallbackHandler.ts 53.61% <0%> (+0.65%) ⬆️

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 cea5b06...e74ee58. Read the comment docs.

@brettcannon brettcannon merged commit 74c9702 into microsoft:master Apr 26, 2018
@brettcannon brettcannon deleted the sort-config-options branch April 26, 2018 17:39
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sort the configuration options in package.json
2 participants