Skip to content

Commit

Permalink
disable test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jan 26, 2024
1 parent 7fb0e6b commit 60ddd84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
enable_coverage: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
enable_coverage: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
enable_coverage: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 60ddd84

Please sign in to comment.