The code coverage check is reporting that code is not covered in cases where there are tests, just not within the same package.
For example, in #147 the coverage tool thinks that the new code in variants.go is not covered at all, even though it is excercised by tests in builder_test.go.