Skip to content

Commit 59a5386

Browse files
authored
Skip CLI and bootstrap modules from coverage (#14408)
1 parent 396382c commit 59a5386

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lib/elixir/scripts/cover_record.exs

+11-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,17 @@ defmodule CoverageRecorder do
7070
end
7171

7272
@to_skip [
73-
# Documentation only
73+
# 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,
7484
Kernel.SpecialForms
7585
]
7686

0 commit comments

Comments
 (0)