We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ed922 commit c467642Copy full SHA for c467642
2 files changed
.github/workflows/ci.yml
@@ -25,4 +25,6 @@ jobs:
25
xcodebuild clean test \
26
-project TonalLab.xcodeproj \
27
-scheme TonalLab \
28
- -destination 'platform=iOS Simulator,name=iPhone 16'
+ -destination 'platform=iOS Simulator,name=iPhone 16' \
29
+ -enableCodeCoverage YES \
30
+ CODE_SIGNING_ALLOWED=NO
README.md
@@ -0,0 +1 @@
1
+![CI](https://github.com/exproot/TonalLab/actions/workflows/ci.yml/badge.svg
0 commit comments