Skip to content

Commit 81a5b4f

Browse files
authored
build(test): Skip codecov upload for bun & deno (#10523)
We don't generate coverage report for these, so we should not try to upload them to codecov, as the action warns about this.
1 parent 821537c commit 81a5b4f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,6 @@ jobs:
477477
- name: Run tests
478478
run: |
479479
yarn test-ci-bun
480-
- name: Compute test coverage
481-
uses: codecov/codecov-action@v4
482-
with:
483-
token: ${{ secrets.CODECOV_TOKEN }}
484480
485481
job_deno_unit_tests:
486482
name: Deno Unit Tests
@@ -512,10 +508,6 @@ jobs:
512508
cd packages/deno
513509
yarn build
514510
yarn test
515-
- name: Compute test coverage
516-
uses: codecov/codecov-action@v4
517-
with:
518-
token: ${{ secrets.CODECOV_TOKEN }}
519511
520512
job_node_unit_tests:
521513
name: Node (${{ matrix.node }}) Unit Tests

0 commit comments

Comments
 (0)