mirror of
https://github.com/yattee/yattee.git
synced 2026-02-19 17:29:45 +00:00
17 lines
398 B
YAML
17 lines
398 B
YAML
# Slather Code Coverage Configuration
|
|
# https://github.com/SlatherOrg/slather
|
|
|
|
proj: Yattee.xcodeproj
|
|
scheme: Yattee
|
|
build-directory: DerivedData
|
|
output-directory: coverage
|
|
|
|
# Coverage format (options: html, cobertura, llvm-cov, json, sonarqube, gutter-json)
|
|
coverage_service: html
|
|
|
|
# Ignore patterns - adjust as needed
|
|
ignore:
|
|
- "**/YatteeTests/**"
|
|
- "**/Vendor/**"
|
|
- "**/*.generated.swift"
|