Skip to content

Commit 720868e

Browse files
authored
Merge pull request #1344 from PHPCSStandards/feature/ghactions-fix-bug-in-coverage-build-name
GH Actions/test: fix code coverage flag name
2 parents 2695de7 + 272aec5 commit 720868e

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)