Address missing coverage #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's a few lines in
ConflictSet.cpp
that get compiled into the shared library, but aren't covered yet. Fix that either by adding more tests to actually cover it or determining that it's dead and removing it.We should probably also audit
Internal.h
for things that we should be measuring coverage for.a5710b8282
is also relevant. I'm happy with the coverage now.