Skip to content

Commit

Permalink
fixing unit tests coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Aug 11, 2024
1 parent 0cf5319 commit f471381
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Ngrokit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ 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 Down Expand Up @@ -133,6 +134,7 @@ jobs:
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files-watchOS
with:
search-paths: ./Packages/Ngrokit/.build
fail-on-empty-output: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/SublimationBonjour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files-spm
with:
search-paths: ./Packages/SublimationBonjour/.build
fail-on-empty-output: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down Expand Up @@ -133,6 +134,7 @@ jobs:
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files-watchOS
with:
search-paths: ./Packages/SublimationBonjour/.build
fail-on-empty-output: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/SublimationVapor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
- uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files-spm
with:
search-paths: ./Packages/SublimationVapor/.build
fail-on-empty-output: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit f471381

Please sign in to comment.