Skip to content

Commit bae6ad0

Browse files
committed
skip test coverage
1 parent 1289170 commit bae6ad0

File tree

2 files changed

+37
-240
lines changed

2 files changed

+37
-240
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ jobs:
351351
pnpm install
352352
cd ts-language-server
353353
pnpm install
354-
node --test --import=tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage.lcov tests/*.test.ts
354+
# node --test --import=tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage.lcov tests/*.test.ts
355+
node --test import=tsx tests/*.test.ts
355356
356357
- uses: codecov/codecov-action@v3
357358
with:

0 commit comments

Comments
 (0)