Skip to content

Commit 098188b

Browse files
authored
Disable code coverage reporting. (#16)
We don't currently have any tests, so this isn't particularly helpful.
1 parent ac9cc4b commit 098188b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.kokoro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ xcodebuild -version
1313
cd github/repo
1414
xcodebuild clean build -project CatalogByConvention/CatalogByConvention.xcodeproj -sdk "iphonesimulator" | xcpretty
1515

16-
bash <(curl -s https://codecov.io/bash)
16+
# Enable this if and when we have unit tests.
17+
#bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)