diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ceab9d..8b61122 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,6 @@ jobs: build: name: Build and Test runs-on: macos-latest - env: - DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer steps: - uses: actions/checkout@v2 - name: Build @@ -23,7 +21,7 @@ jobs: - name: Export coverage run: xcrun llvm-cov export -format="lcov" -instr-profile=.build/x86_64-apple-macosx/debug/codecov/default.profdata -ignore-filename-regex=".build|Tests" .build/x86_64-apple-macosx/debug/FluxorPackageTests.xctest/Contents/MacOS/FluxorPackageTests > coverage.lcov - name: Upload coverage - uses: paambaati/codeclimate-action@v2.5.6 + uses: paambaati/codeclimate-action@v2.7.5 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: