Closed maxim-belkin closed 6 years ago
Merging #826 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #826 +/- ##
=======================================
Coverage 70.68% 70.68%
=======================================
Files 384 384
Lines 20517 20517
=======================================
Hits 14503 14503
Misses 6014 6014
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 5650c3e...b38ce6f. Read the comment docs.
Hm... I added new line at the end of the file on purpose, see https://stackoverflow.com/a/37684763
That article is referring to a new line character at the end of the file, not a blank line, which is to consecutive new lines. Run xxd shims/linux/super/make
and you'll see that your file has two new line characters at the end, where only one is needed.
nice! I haven't ever used xxd
!
Good to merge once CI is 🍏. Thanks, Maxim!
... instead of
which