Ignore application and router in cover config

This commit is contained in:
Claudio Ortolina
2026-05-25 22:15:31 +03:00
parent 65b2f3e1f2
commit 0d6d2fdc32
+2
View File
@@ -43,6 +43,7 @@ defmodule MusicLibrary.MixProject do
# suite).
defp ignored_coverage_modules do
[
MusicLibrary.Application,
MusicLibrary.Release,
MusicLibrary.Repo,
MusicLibrary.BackgroundRepo,
@@ -54,6 +55,7 @@ defmodule MusicLibrary.MixProject do
MusicLibraryWeb,
MusicLibraryWeb.ErrorHTML,
MusicLibraryWeb.ErrorJSON,
MusicLibraryWeb.Router,
MusicLibraryWeb.SessionHTML,
MusicLibraryWeb.Telemetry,
MusicLibraryWeb.Telemetry.Storage,