Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip isolating cover instructions when native coverage is available
If OTP is compiled with native coverage support (OTP 27+ plus JIT), `cover` does not attempt to inject counters into the code, so isolating the cover instructions fails. We can skip that step when we detect native coverage support.
- Loading branch information