Skip to content

Commit e4ccf1d

Browse files
committed
fix
1 parent 7412fb6 commit e4ccf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
timeout_seconds: 15
162162
max_attempts: 3
163163
command: >-
164-
./cc-test-reporter after-build --coverage-input-type clover --exit-code 0
164+
./cc-test-reporter after-build --coverage-input-type clover --exit-code 0;
165165
bash <(curl -s https://codecov.io/bash)
166166
env:
167167
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)