This commit adds codecov make target for generating codecov/report.html. This is a code coverage solution using the Go toolchain.
This target runs 1) make test and make root-test with code coverage enabled 2) merges both code coverage profiles 3) generates codecov/report.html from the merged profile.
This commit adds
codecov
make target for generating codecov/report.html. This is a code coverage solution using the Go toolchain.This target runs 1)
make test
andmake root-test
with code coverage enabled 2) merges both code coverage profiles 3) generatescodecov/report.html
from the merged profile.