You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.