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 6315874 commit af943f8Copy full SHA for af943f8
.github/workflows/php-test-plugins.yml
@@ -158,6 +158,7 @@ jobs:
158
# Upload coverage report to Codecov.
159
./codecov --verbose upload-process --disable-search --fail-on-error \
160
-t ${{ secrets.CODECOV_TOKEN }} \
161
+ -n ${{ matrix.php }}-$PLUGIN-single-site-coverage \
162
-F $PLUGIN \
163
-f ./single-site-reports/coverage-$PLUGIN.xml
164
done
@@ -175,6 +176,7 @@ jobs:
175
176
177
178
179
+ -n ${{ matrix.php }}-$PLUGIN-multisite-coverage \
180
181
-f ./multisite-reports/coverage-multisite-$PLUGIN.xml
182
0 commit comments