We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821537c commit 81a5b4fCopy full SHA for 81a5b4f
.github/workflows/build.yml
@@ -477,10 +477,6 @@ jobs:
477
- name: Run tests
478
run: |
479
yarn test-ci-bun
480
- - name: Compute test coverage
481
- uses: codecov/codecov-action@v4
482
- with:
483
- token: ${{ secrets.CODECOV_TOKEN }}
484
485
job_deno_unit_tests:
486
name: Deno Unit Tests
@@ -512,10 +508,6 @@ jobs:
512
508
cd packages/deno
513
509
yarn build
514
510
yarn test
515
516
517
518
519
511
520
job_node_unit_tests:
521
name: Node (${{ matrix.node }}) Unit Tests
0 commit comments