We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ed3f8 commit 9ece1f5Copy full SHA for 9ece1f5
1 file changed
cov.sh
@@ -1,4 +1,9 @@
1
#!/bin/sh
2
+brew ls --versions llvm
3
+if [[ $? != 0 ]]; then
4
+ brew install llvm
5
+fi
6
+
7
BIN_PATH="$(swift build --show-bin-path)"
8
XCTEST_PATH="$(find ${BIN_PATH} -name '*.xctest')"
9
0 commit comments