How to Set Up Erlang Common Test for Code Coverage
Common Test code coverage and usage is documented here and here, but: there are no examples given documentation fails to state what the minimum required configuration is to turn on code coverage the implementation has no sane defaults and by default code coverage is disabled So, here’s the minimum sane default: create a cover.spec file […]