I am trying to run a test coverage report in my project, but there are some difficulties. I run
$ mix test --cover 1) Is there a way to ignore some files? I'd like to ignore some auto-generated files from the coverage report, because the files that matter are those that I created code. 2) The generated report have some mysterious bugs. It shows that module definition lines are uncovered, but at the same time some lines inside the module are covered. Also it shows method definition lines uncovered, but lines inside those methods are covered. Here is an example. How [image: Screen Shot 2020-09-10 at 00.29.59.png] Thanks D -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/cc9b3c23-0df6-4afb-8eaf-48093cbf730fn%40googlegroups.com.
