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 657c84a commit ec7d440Copy full SHA for ec7d440
.github/workflows/push.yml
@@ -122,7 +122,7 @@ jobs:
122
run: yarn lerna run --concurrency 1 --stream --no-prefix unit
123
- name: Upload coverage reports to Codecov
124
uses: codecov/codecov-action@v5
125
- if: (matrix.node-version == '22.x')
+ if: (matrix.node-version == '22.x' && matrix.transpile-worker-threads == true)
126
with:
127
token: ${{ secrets.CODECOV_TOKEN }}
128
files: ./packages/*/coverage/*
0 commit comments