hammer-editor/codecov.yml
2026-07-13 23:45:23 -07:00

31 lines
696 B
YAML

codecov:
branch: develop
comment:
layout: "header, diff, flags, components"
ignore:
- "base"
- "composeUi"
- "android"
- "desktop"
- "common/src/androidMain"
- "common/src/iosMain"
- "server/src/testFixtures"
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/**