Skip to content

Commit 272aec5

Browse files
committed
GH Actions/test: fix code coverage flag name
The PHPCBF code coverage check is only run on Ubuntu, not on Windows, but the flag contained both the matrix name as well as a hard-coded "ubuntu-latest". Fixed now.
1 parent 2695de7 commit 272aec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ jobs:
398398
with:
399399
format: clover
400400
file: build/logs/clover-cbf.xml
401-
flag-name: cbf-os-${{ matrix.os }}-ubuntu-latest-php-${{ matrix.php }}-custom-ini-${{ matrix.custom_ini }}
401+
flag-name: cbf-os-${{ matrix.os }}-php-${{ matrix.php }}-custom-ini-${{ matrix.custom_ini }}
402402
parallel: true
403403

404404
coveralls-finish:

0 commit comments

Comments
 (0)