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 9df2e44 commit ee2a690Copy full SHA for ee2a690
.github/workflows/codeql.yml
@@ -88,7 +88,8 @@ jobs:
88
run: |
89
xcodebuild \
90
-scheme ShitLib build \
91
- -destination 'platform=macOS,arch=arm64' \
+ -destination "platform=macOS,arch=arm64" \
92
+ -skipPackagePluginValidation
93
94
- name: Perform CodeQL Analysis
95
uses: github/codeql-action/analyze@v3
.github/workflows/swift.yml
@@ -57,7 +57,8 @@ jobs:
57
-scheme ShitLib \
58
-destination "$DEST" \
59
-derivedDataPath DerivedData \
60
- -enableCodeCoverage YES
+ -enableCodeCoverage YES \
61
62
63
- name: Export coverage report as Lcov
64
0 commit comments