Skip to content

Commit

Permalink
ci: Add codecov coverage components
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Jun 2, 2023
1 parent 31abe0b commit ee99e92
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,5 @@ resharper_web_config_wrong_module_highlighting = warning

[*.yml]
indent_style = space
indent_size = 2
tab_width = 2
17 changes: 17 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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*/**

0 comments on commit ee99e92

Please sign in to comment.