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.
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.
andrew
added this to the (deleted) project 2024-03-05 01:15:36 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
There's a few lines in
ConflictSet.cppthat 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.hfor things that we should be measuring coverage for.a5710b8282is also relevant. I'm happy with the coverage now.