hertz icon indicating copy to clipboard operation
hertz copied to clipboard

fix(hz): fix the error of inserting to import for different os

Open FGYFFFF opened this issue 1 year ago • 1 comments

What type of PR is this?

fix

Check the PR title.

  • [ ] This PR title match the format: <type>(optional scope): <description>
  • [ ] The description of this PR title is user-oriented and clear enough for others to understand.

(Optional) Translate the PR title into Chinese.

修复插入import时由于不同系统换行符带来的影响

(Optional) More detail description for this PR(en: English/zh: Chinese).

en: fix the error of inserting to import for different os zh(optional): 修复插入import时由于不同系统换行符带来的影响

Which issue(s) this PR fixes:

FGYFFFF avatar Oct 27 '22 13:10 FGYFFFF

Codecov Report

Base: 64.54% // Head: 66.17% // Increases project coverage by +1.62% :tada:

Coverage data is based on head (1e870bf) compared to base (90536d9). Patch coverage: 0.00% of modified lines in pull request are covered.

:exclamation: Current head 1e870bf differs from pull request most recent head 625c984. Consider uploading reports for the commit 625c984 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #327      +/-   ##
===========================================
+ Coverage    64.54%   66.17%   +1.62%     
===========================================
  Files           85       85              
  Lines         8315     8319       +4     
===========================================
+ Hits          5367     5505     +138     
+ Misses        2585     2455     -130     
+ Partials       363      359       -4     
Impacted Files Coverage Δ
pkg/app/client/client.go 73.41% <0.00%> (-1.91%) :arrow_down:
pkg/network/netpoll/dial.go 0.00% <ø> (ø)
pkg/route/default.go 100.00% <ø> (ø)
pkg/protocol/header.go 73.85% <0.00%> (+17.51%) :arrow_up:
pkg/common/timer/timer.go 80.95% <0.00%> (+19.04%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Oct 28 '22 02:10 codecov[bot]