Exclude more modules from coverage
This commit is contained in:
@@ -32,8 +32,9 @@ defmodule MusicLibrary.MixProject do
|
|||||||
# delegate call is untestable.
|
# delegate call is untestable.
|
||||||
# - Ecto.Repo shells (boilerplate plus platform-exclusive `extension_path/1`
|
# - Ecto.Repo shells (boilerplate plus platform-exclusive `extension_path/1`
|
||||||
# branches that cannot all execute on a single host).
|
# branches that cannot all execute on a single host).
|
||||||
# - Phoenix generator output (ErrorHTML, the MusicLibraryWeb `use` entrypoint)
|
# - Phoenix generator output (ErrorHTML, ErrorJSON, the MusicLibraryWeb `use`
|
||||||
# with no application behaviour.
|
# entrypoint) with no application behaviour.
|
||||||
|
# - The SessionHTML module housing session templates.
|
||||||
# - Telemetry instrumentation whose write paths are only reachable from real
|
# - Telemetry instrumentation whose write paths are only reachable from real
|
||||||
# `:telemetry.execute/3` events emitted by external libraries.
|
# `:telemetry.execute/3` events emitted by external libraries.
|
||||||
# - Vendored `SqliteVec.*` library code under `lib/sqlite_vec/`.
|
# - Vendored `SqliteVec.*` library code under `lib/sqlite_vec/`.
|
||||||
@@ -52,6 +53,8 @@ defmodule MusicLibrary.MixProject do
|
|||||||
MusicLibrary.Worker.BackfillScrobbledTracks,
|
MusicLibrary.Worker.BackfillScrobbledTracks,
|
||||||
MusicLibraryWeb,
|
MusicLibraryWeb,
|
||||||
MusicLibraryWeb.ErrorHTML,
|
MusicLibraryWeb.ErrorHTML,
|
||||||
|
MusicLibraryWeb.ErrorJSON,
|
||||||
|
MusicLibraryWeb.SessionHTML,
|
||||||
MusicLibraryWeb.Telemetry,
|
MusicLibraryWeb.Telemetry,
|
||||||
MusicLibraryWeb.Telemetry.Storage,
|
MusicLibraryWeb.Telemetry.Storage,
|
||||||
Req.RateLimiter.SystemClock,
|
Req.RateLimiter.SystemClock,
|
||||||
|
|||||||
Reference in New Issue
Block a user