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 82b8622 commit 4f29cf2Copy full SHA for 4f29cf2
.github/workflows/test-migration.yml
@@ -163,10 +163,10 @@ jobs:
163
--without-demo=$MODULES_NEW \
164
--update=$MODULES_NEW
165
- name: Generate coverage.xml
166
- if: ${{ jobs.run_migration.outputs.modules_new != '' }}
+ if: ${{ steps.run_migration.outputs.modules_new != '' }}
167
run: coverage xml
168
- uses: codecov/codecov-action@v4
169
170
with:
171
files: coverage.xml
172
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments