Generate code coverage for EUnit tests in rebar
TweetTo 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}.
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}.