Articles

Generate code coverage for EUnit tests in rebar


To configure rebar in your erlang project to generate the code coverage report in html after running the EUnit tests, add to your rebar.config: {cover_enabled, true}.