We have the RegistryModule contract and its isRegisteredModule function here which is being tested here.
When running code coverage the incorrect overload for that function is used, which expects an array or addresses, rather than a single address to be passed in. Sample failing build here
Behaviour as to which overload is selected to run differs between CI and Coverage environments as when running normal unit tests this runs correctly.
We have the
RegistryModule
contract and itsisRegisteredModule
function here which is being tested here.When running code coverage the incorrect overload for that function is used, which expects an array or addresses, rather than a single address to be passed in. Sample failing build here
Behaviour as to which overload is selected to run differs between CI and Coverage environments as when running normal unit tests this runs correctly.