We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d5683 commit 7a5344fCopy full SHA for 7a5344f
Tools/ci-spm.sh
@@ -7,9 +7,9 @@ source "$(dirname "$0")/helpers.sh"
7
swift test --enable-code-coverage --sanitize=thread || fail "SPM Test Failed"
8
9
# h4x to trick codecov
10
-for bundle in .build/x86_64-apple-macosx/debug/*.xctest ; do
+for bundle in .build/debug/*.xctest ; do
11
parent="$(dirname "$bundle")"
12
ln -sf "$PWD/$bundle" "${parent}/codecov"
13
done
14
15
-process_coverage -D ".build/x86_64-apple-macosx/debug" -F "macspm"
+process_coverage -D ".build/debug/codecov" -F "macspm"
0 commit comments