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 a setting for disabling auto-run test discover on save #1687

Merged
merged 2 commits into from
Jun 7, 2018

Conversation

lingyv-li
Copy link

Fixes #1037

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 May 14, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@98f8ad4). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #1687   +/-   ##
========================================
  Coverage          ?   71.5%           
========================================
  Files             ?     277           
  Lines             ?   13016           
  Branches          ?    2344           
========================================
  Hits              ?    9307           
  Misses            ?    3574           
  Partials          ?     135
Impacted Files Coverage Δ
src/client/common/configSettings.ts 87.5% <ø> (ø)
src/client/common/types.ts 100% <ø> (ø)
src/client/unittests/main.ts 51.24% <100%> (ø)

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 98f8ad4...c8450ce. Read the comment docs.

@DonJayamanne DonJayamanne merged commit a5483db into microsoft:master Jun 7, 2018
@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.

Be able to disable automatic test discovery on save
2 participants