This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Invisible coverage #2202
Closed
Description
We have test coverage we can't track.
Coverage for tests that run against a JS IPFS daemon (i.e. not an in-process node) is not tracked because the code for the daemon is not instrumented.
It means that when removing duplicate tests that exist both here and in interface-ipfs-core
test coverage appears to lower even though this is not the case.