Skip to content

Commit af943f8

Browse files
committed
Revert "Remove custom defined name from Codecov upload command"
This reverts commit 6315874.
1 parent 6315874 commit af943f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php-test-plugins.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
# Upload coverage report to Codecov.
159159
./codecov --verbose upload-process --disable-search --fail-on-error \
160160
-t ${{ secrets.CODECOV_TOKEN }} \
161+
-n ${{ matrix.php }}-$PLUGIN-single-site-coverage \
161162
-F $PLUGIN \
162163
-f ./single-site-reports/coverage-$PLUGIN.xml
163164
done
@@ -175,6 +176,7 @@ jobs:
175176
# Upload coverage report to Codecov.
176177
./codecov --verbose upload-process --disable-search --fail-on-error \
177178
-t ${{ secrets.CODECOV_TOKEN }} \
179+
-n ${{ matrix.php }}-$PLUGIN-multisite-coverage \
178180
-F $PLUGIN \
179181
-f ./multisite-reports/coverage-multisite-$PLUGIN.xml
180182
done

0 commit comments

Comments
 (0)