We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396382c commit 59a5386Copy full SHA for 59a5386
1 file changed
lib/elixir/scripts/cover_record.exs
@@ -70,7 +70,17 @@ defmodule CoverageRecorder do
70
end
71
72
@to_skip [
73
- # Documentation only
+ # Tested via the CLI only
74
+ :elixir_sup,
75
+ :iex,
76
+ Kernel.CLI,
77
+ Mix.CLI,
78
+ Mix.Compilers.Test,
79
+ Mix.Tasks.Test,
80
+ Mix.Tasks.Test.Coverage,
81
+
82
+ # Bootstrap
83
+ :elixir_bootstrap,
84
Kernel.SpecialForms
85
]
86
0 commit comments