Skip to content

Commit

Permalink
build(test): Skip codecov upload for bun & deno (#10523)
Browse files Browse the repository at this point in the history
We don't generate coverage report for these, so we should not try to
upload them to codecov, as the action warns about this.
  • Loading branch information
mydea authored Feb 6, 2024
1 parent 821537c commit 81a5b4f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,6 @@ jobs:
- name: Run tests
run: |
yarn test-ci-bun
- name: Compute test coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
job_deno_unit_tests:
name: Deno Unit Tests
Expand Down Expand Up @@ -512,10 +508,6 @@ jobs:
cd packages/deno
yarn build
yarn test
- name: Compute test coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
job_node_unit_tests:
name: Node (${{ matrix.node }}) Unit Tests
Expand Down

0 comments on commit 81a5b4f

Please sign in to comment.