How to Uncover Test Coverage and Understand Code in Elixir by Crashing Your App
Elixir library such as excoveralls allow us to generated an HTML report that summarise whether each line of code in an elixir project has been covered by our unit test suite or not. The HTML report can be easily generated by running mix coveralls.htm...
blog.abiwinanda.com2 min read