hammer-editor/codecov.yml
2024-10-18 01:11:04 -06:00

28 lines
612 B
YAML

codecov:
branch: develop
comment:
layout: "header, diff, flags, components"
ignore:
- "base"
- "composeUi"
- "android"
- "desktop"
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project
target: auto
branches:
- "!develop"
individual_components:
- component_id: module_common
name: Client
paths:
- common/**
- component_id: module_server
name: Server
paths:
- server/**