diff --git a/lib/nimble_template/helpers/credo.ex b/lib/nimble_template/helpers/credo.ex index c6987968..74f9bb9b 100644 --- a/lib/nimble_template/helpers/credo.ex +++ b/lib/nimble_template/helpers/credo.ex @@ -49,8 +49,7 @@ defmodule NimbleTemplate.CredoHelper do "#{web_path}/controllers/page_controller.ex", "#{web_path}/telemetry.ex", "#{web_path}/controllers/error_json.ex", - "#{web_path}/controllers/error_html.ex", - "#{web_path}/components/core_components.ex" + "#{web_path}/controllers/error_html.ex" ] end diff --git a/priv/templates/nimble_template/coveralls.json.eex b/priv/templates/nimble_template/coveralls.json.eex index f2919bd4..28008348 100644 --- a/priv/templates/nimble_template/coveralls.json.eex +++ b/priv/templates/nimble_template/coveralls.json.eex @@ -10,6 +10,7 @@ "lib/<%= otp_app %>_web/channels/user_socket.ex", "lib/<%= otp_app %>_web/views/error_helpers.ex", "lib/<%= otp_app %>_web/controllers/api/fallback_controller.ex", + "lib/<%= otp_app %>_web/components/core_components.ex", "test/support" ], "coverage_options": {