File tree Expand file tree Collapse file tree 2 files changed +42
-245
lines changed Expand file tree Collapse file tree 2 files changed +42
-245
lines changed Original file line number Diff line number Diff line change @@ -351,10 +351,11 @@ jobs:
351
351
pnpm install
352
352
cd ts-language-server
353
353
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
355
356
356
- - uses : codecov/codecov-action@v3
357
- with :
358
- token : ${{ secrets.CODECOV_TOKEN }}
359
- files : ./dev-tools/ts-language-server/coverage.lcov
360
- fail_ci_if_error : true
357
+ # - uses: codecov/codecov-action@v3
358
+ # with:
359
+ # token: ${{ secrets.CODECOV_TOKEN }}
360
+ # files: ./dev-tools/ts-language-server/coverage.lcov
361
+ # fail_ci_if_error: true
You can’t perform that action at this time.
0 commit comments