Skip to content

Commit ec7d440

Browse files
committed
fix
1 parent 657c84a commit ec7d440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: yarn lerna run --concurrency 1 --stream --no-prefix unit
123123
- name: Upload coverage reports to Codecov
124124
uses: codecov/codecov-action@v5
125-
if: (matrix.node-version == '22.x')
125+
if: (matrix.node-version == '22.x' && matrix.transpile-worker-threads == true)
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128
files: ./packages/*/coverage/*

0 commit comments

Comments
 (0)