Dactyloidae iOS initial commit

This commit is contained in:
wuggy 2026-06-26 21:04:09 -07:00
commit 7154a0497e
2123 changed files with 197052 additions and 0 deletions

23
mobile/ios/codecov.yml Normal file
View file

@ -0,0 +1,23 @@
coverage:
precision: 0
round: down
status:
project:
default:
threshold: 100
if_no_uploads: success
if_not_found: success
if_ci_failed: success
patch:
default:
enabled: no
threshold: 30
if_no_uploads: success
if_not_found: success
if_ci_failed: success
changes: no
comment: false
ignore:
- "UITests/.*"
- "XCUITests/.*"
- "ThirdParty/.*"