Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackstone92 committed Feb 18, 2021
1 parent fdc22d0 commit acea143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RunTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: CombineRxBridge
name: CombineRx
- uses: actions/upload-artifact@v1
with:
name: build-logs-${{ github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no

ignore:
- "Tests"

0 comments on commit acea143

Please sign in to comment.