diff --git a/.editorconfig b/.editorconfig index 694437a1a..1212af391 100644 --- a/.editorconfig +++ b/.editorconfig @@ -165,4 +165,5 @@ resharper_web_config_wrong_module_highlighting = warning [*.yml] indent_style = space +indent_size = 2 tab_width = 2 diff --git a/codecov.yml b/codecov.yml index 70672afb1..4cc25a747 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,19 @@ ignore: - "**/*.axaml" + +comment: + layout: "header, diff, components" + +component_management: + individual_components: + - component_id: api + name: API + paths: + - source/Gnomeshade.Data*/** + - source/Gnomeshade.WebApi*/** + + - component_id: ui + name: UI + paths: + - source/Gnomeshade.Avalonia*/** + - source/Gnomeshade.Desktop*/**