Closed lhauspie closed 6 years ago
Merging #37 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #37 +/- ##
=======================================
Coverage 84.14% 84.14%
=======================================
Files 7 7
Lines 694 694
=======================================
Hits 584 584
Misses 79 79
Partials 31 31
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 181ab88...a55b1a0. Read the comment docs.
Even after the fix about
$$(go list ./... | grep -v example)
in the Makefile. I was not able to runmake test
on local because ofSo I replaced this one command line by a loop over the go sub packages and then run test on each one and then merge the cover profile files into a final
coverage.txt
file that will be readable by codecov.ioNow everybody will be able to run tests locally.