Skip to content

Commit

Permalink
disable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Nov 2, 2024
1 parent 8714bfb commit bb5f066
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node-CI Beta
name: Beta Release

on:
push:
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node Release
name: Release

on:
release:
Expand All @@ -8,7 +8,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 bb5f066

Please sign in to comment.