sozorogami / gover

Gather all your *.coverprofile files to send to coveralls.io!
Apache License 2.0
56 stars 9 forks source link

Fix wrong file concats without newline #10

Open edwardstudy opened 6 years ago

edwardstudy commented 6 years ago

As issue #9 said, I encountered a file concats error. It is emergency.

Reference @mhrabovcin 's PR, I recode the gover with adding mssing newline. The methods is different with mhrabovcin's, I chioce to stringtify with "\n".

And fix the current work directory error of unit test.

@modocache Please help to review, thank you.

aledbf commented 6 years ago

@EdwardStudy please rebase

edwardstudy commented 5 years ago

@aledbf Hi, I just rebase code. Sorry for the late reply.