Skip to content

Commit

Permalink
fixing search path
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Aug 21, 2024
1 parent 6fe3c9b commit 9c5d51a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Ngrokit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files
with:
search-paths: ./Packages/Ngrokit/.build
fail-on-empty-output: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -99,7 +98,6 @@ jobs:
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files-spm
with:
search-paths: ./Packages/Ngrokit/.build
fail-on-empty-output: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand All @@ -116,7 +114,7 @@ jobs:
run: xcodebuild test -scheme ${{ env.PACKAGE_NAME }}-Package -sdk "iphonesimulator" -destination 'platform=iOS Simulator,name=${{ matrix.iPhoneName }},OS=${{ matrix.iOSVersion }}' -enableCodeCoverage YES build test
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files-iOS
with:
with:
fail-on-empty-output: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand All @@ -130,7 +128,7 @@ jobs:
run: xcodebuild test -scheme ${{ env.PACKAGE_NAME }}-Package -sdk "watchsimulator" -destination 'platform=watchOS Simulator,name=${{ matrix.watchName }},OS=${{ matrix.watchOSVersion }}' -enableCodeCoverage YES build test
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files-watchOS
with:
with:
fail-on-empty-output: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 9c5d51a

Please sign in to comment.