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

Fix typo in test #1795

Merged
merged 1 commit into from
May 30, 2018
Merged

Fix typo in test #1795

merged 1 commit into from
May 30, 2018

Conversation

DonJayamanne
Copy link

Fixes #1794

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)

@codecov
Copy link

codecov bot commented May 30, 2018

Codecov Report

Merging #1795 into master will increase coverage by 0.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1795      +/-   ##
==========================================
+ Coverage   73.81%   74.06%   +0.25%     
==========================================
  Files         282      282              
  Lines       13089    13089              
  Branches     2335     2335              
==========================================
+ Hits         9661     9695      +34     
+ Misses       3297     3263      -34     
  Partials      131      131
Impacted Files Coverage Δ
src/client/debugger/mainV2.ts 78.71% <0%> (-2.01%) ⬇️
src/client/debugger/Main.ts 51.85% <0%> (-0.5%) ⬇️
...rc/client/debugger/PythonProcessCallbackHandler.ts 54.27% <0%> (+0.65%) ⬆️
src/client/linters/baseLinter.ts 90.52% <0%> (+2.1%) ⬆️
src/client/unittests/main.ts 35.26% <0%> (+4.34%) ⬆️
src/client/linters/pydocstyle.ts 95.23% <0%> (+4.76%) ⬆️
src/client/providers/signatureProvider.ts 85.71% <0%> (+5.35%) ⬆️
...nt/unittests/common/services/testManagerService.ts 58.82% <0%> (+5.88%) ⬆️
...sts/common/services/workspaceTestManagerService.ts 65% <0%> (+7.5%) ⬆️
src/client/common/configSettingMonitor.ts 42.59% <0%> (+9.25%) ⬆️
... and 2 more

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 391c54e...3ec9c03. Read the comment docs.

@MikhailArkhipov MikhailArkhipov self-requested a review May 30, 2018 17:02
@MikhailArkhipov MikhailArkhipov merged commit 3d5f760 into microsoft:master May 30, 2018
@DonJayamanne DonJayamanne deleted the issue1794 branch June 20, 2018 03:13
@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.

Fix typo in unit test
2 participants