Skip to content

Commit b78b33e

Browse files
authored
Enable coverage on test run
1 parent 3b2f81e commit b78b33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-turbo-
2828
- run: yarn turbo run --filter='./packages/node*' lint
29-
- run: yarn turbo run --filter='./packages/node*' test
29+
- run: COVERAGE=true yarn turbo run --filter='./packages/node*' test
3030
- run: yarn turbo run --filter='./packages/node-integration-tests' test:perf-and-durability
3131
- uses: codecov/codecov-action@v5
3232
with:

0 commit comments

Comments
 (0)