Closed Pantani closed 1 year ago
@Pantani this is sweet!! Do you think we can set something like this up for the CLI?
Looks like its just failing because there is no actual ./tests
directory
Merging #996 (af52c95) into main (a217c11) will increase coverage by
59.94%
. The diff coverage is100.00%
.
@Pantani this is sweet!! Do you think we can set something like this up for the CLI?
Looks like its just failing because there is no actual
./tests
directory
fixed!! now we have the real coverage of the project. I will do the same on the CLI
Description
If we have a package without test files (
_test.go
), thego test
will exclude this package from the coverage. We should add the-coverpkg=./...
to cover all packages. This PR also removes Go files autogenerated by the protobuf and,app
andcmd
packages from the coverage.