iOS/codecov.yaml
2025-03-21 15:39:12 +01:00

21 lines
351 B
YAML

coverage:
status:
project:
shared:
paths:
- Sources/Shared
threshold: 5%
app:
paths:
- Sources/App
informational: true
patch:
default:
informational: true
ignore:
- Sources/Shared/Resources
- Sources/App/Resources
- Sources/SharedTesting
- Tests
- Pods