Skip to content

Commit

Permalink
skip test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Jan 5, 2024
1 parent 1289170 commit 6d6f8e4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 240 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ jobs:
pnpm install
cd ts-language-server
pnpm install
node --test --import=tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage.lcov tests/*.test.ts
# node --test --import=tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage.lcov tests/*.test.ts
node --test --import=tsx tests/*.test.ts
- uses: codecov/codecov-action@v3
with:
Expand Down
Loading

0 comments on commit 6d6f8e4

Please sign in to comment.