Nyoman Abiwinandablog.abiwinanda.com·Nov 20, 2024How to Uncover Test Coverage and Understand Code in Elixir by Crashing Your AppElixir 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...DiscussElixir Test