Skip to content

feat: ignore eol when generate#17

Merged
guitarrapc merged 1 commit intomasterfrom
feat/ingore_eol
Feb 20, 2020
Merged

feat: ignore eol when generate#17
guitarrapc merged 1 commit intomasterfrom
feat/ingore_eol

Conversation

@guitarrapc
Copy link
Collaborator

@guitarrapc guitarrapc commented Feb 20, 2020

When you generate .cs on Windows, eol would be \r\n.
However it's \n on Linux and macOS.

offer ignoreeol option to skip save when eol differs.

@guitarrapc guitarrapc self-assigned this Feb 20, 2020
@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #17 into master will decrease coverage by 0.66%.
The diff coverage is 35.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   75.02%   74.35%   -0.67%     
==========================================
  Files          14       14              
  Lines         961      971      +10     
==========================================
+ Hits          721      722       +1     
- Misses        240      249       +9
Impacted Files Coverage Δ
src/MySQLToCsharp/Program.cs 86.95% <100%> (ø) ⬆️
src/MySQLToCsharp/Generator.cs 73.4% <18.18%> (-7.55%) ⬇️

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 9919599...bcbabd3. Read the comment docs.

@guitarrapc guitarrapc merged commit 9b2e88d into master Feb 20, 2020
@guitarrapc guitarrapc deleted the feat/ingore_eol branch February 20, 2020 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant