Skip to content

Commit

Permalink
[gh315] Skip test on the core_components
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Mar 15, 2023
1 parent 766e541 commit 9890876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions lib/nimble_template/helpers/credo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions priv/templates/nimble_template/coveralls.json.eex
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 9890876

Please sign in to comment.