mirror of
https://github.com/yattee/yattee.git
synced 2026-02-19 17:29:45 +00:00
Yattee v2 rewrite
This commit is contained in:
16
.slather.yml
Normal file
16
.slather.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user