Skip to content

Fix rename refactor issue when source does not ending with an EOL#1748

Merged
DonJayamanne merged 1 commit intomicrosoft:masterfrom
DonJayamanne:issue695Refactor
May 28, 2018
Merged

Fix rename refactor issue when source does not ending with an EOL#1748
DonJayamanne merged 1 commit intomicrosoft:masterfrom
DonJayamanne:issue695Refactor

Conversation

@DonJayamanne
Copy link
Copy Markdown

Fixes #695

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
Copy Markdown

codecov bot commented May 25, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@eee1529). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1748   +/-   ##
=========================================
  Coverage          ?   73.86%           
=========================================
  Files             ?      279           
  Lines             ?    13049           
  Branches          ?     2329           
=========================================
  Hits              ?     9638           
  Misses            ?     3279           
  Partials          ?      132

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 eee1529...579b8ef. Read the comment docs.

@DonJayamanne DonJayamanne merged commit dcd211e into microsoft:master May 28, 2018
@DonJayamanne DonJayamanne deleted the issue695Refactor 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.

Refactoring with rope removes code when no newline at EOF

2 participants