Closed takaishi closed 3 years ago
Merging #75 (24c4327) into master (5f9b350) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 81.23% 81.23%
=======================================
Files 15 15
Lines 453 453
=======================================
Hits 368 368
Misses 63 63
Partials 22 22
Flag | Coverage Δ | |
---|---|---|
unittests | 81.23% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
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 5f9b350...24c4327. Read the comment docs.
@okkez Could you review this PR?
I faced failure to install golangci-lint with
go get -u
by error of dependency resolving. It's convenient to usego install
to install tools instead ofgo get -u
becausego install
don't update go.mod. And, I update Installation section of README to usego install
to install columnify.