From acea1436d017e64463dcd642020230a0635143e9 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 21 Jan 2021 08:23:45 +0000 Subject: [PATCH] Fix CI --- .github/workflows/RunTests.yml | 4 ++-- codecov.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/RunTests.yml b/.github/workflows/RunTests.yml index d594c06..5661c8a 100644 --- a/.github/workflows/RunTests.yml +++ b/.github/workflows/RunTests.yml @@ -16,11 +16,11 @@ jobs: - name: Generate project run: swift package generate-xcodeproj --enable-code-coverage - name: Run tests - run: set -o pipefail && xcodebuild -project CombineRxBridge.xcodeproj -scheme CombineRxBridge-Package -enableCodeCoverage YES -sdk macosx -destination "arch=x86_64" test | xcpretty -c -r html --output logs/macOS.html + run: set -o pipefail && xcodebuild -project CombineRx.xcodeproj -scheme CombineRx-Package -enableCodeCoverage YES -sdk macosx -destination "arch=x86_64" test | xcpretty -c -r html --output logs/macOS.html - uses: codecov/codecov-action@v1.0.5 with: token: ${{ secrets.CODECOV_TOKEN }} - name: CombineRxBridge + name: CombineRx - uses: actions/upload-artifact@v1 with: name: build-logs-${{ github.run_id }} diff --git a/codecov.yml b/codecov.yml index a6e1de7..d1626e2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -18,3 +18,6 @@ comment: layout: "reach,diff,flags,files,footer" behavior: default require_changes: no + +ignore: + - "Tests" \ No newline at end of file