Open arcusfelis opened 4 months ago
Meck is not compatible with the latest version of cover.erl module in OTP 27. See bug report in OTP: https://github.com/erlang/otp/issues/8661
cover.erl
Meck unloading covered modules correctly?
[Describe observed behavior here]
Pretty sure, it can be because cover now has has_native_coverage/1 function + extra logic for it.
has_native_coverage/1
Meck is not compatible with the latest version of
cover.erl
module in OTP 27. See bug report in OTP: https://github.com/erlang/otp/issues/8661Reproduction Steps
Expected behavior
Meck unloading covered modules correctly?
Observed behavior
[Describe observed behavior here]
Versions