From 98908761a826baba4ea0ec639ad631c2d310b817 Mon Sep 17 00:00:00 2001 From: Andy Duong Date: Wed, 15 Mar 2023 23:20:19 +0700 Subject: [PATCH] [gh315] Skip test on the core_components --- lib/nimble_template/helpers/credo.ex | 3 +-- priv/templates/nimble_template/coveralls.json.eex | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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": {