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 de28b0f commit 294a102Copy full SHA for 294a102
.github/workflows/lint-and-tests.yml
@@ -142,13 +142,13 @@ jobs:
142
run: npm run test:ci
143
144
- name: Upload test coverage to Codecov
145
- if: ${{ !cancelled() }}
+ if: ${{ !cancelled() && github.event_name != 'merge_group' }}
146
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
147
with:
148
files: ./apps/site/lcov.info,./packages/ui-components/lcov.info
149
150
- name: Upload test results to Codecov
151
152
uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0
153
154
files: ./apps/site/junit.xml,./packages/ui-components/junit.xml
0 commit comments