Skip to content

Commit 350f91e

Browse files
committed
chore: disable coverage until this can run on the pouchdb org again
1 parent f8ef879 commit 350f91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
'npm run test-unit',
4747
'npm run test-component',
4848
'npm run test-fuzzy',
49-
'SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find COVERAGE=1 npm run report-coverage',
49+
# 'SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find npm run report-coverage',
5050
'npm run verify-build'
5151
]
5252

0 commit comments

Comments
 (0)