Skip to content

Commit 3dcef38

Browse files
authored
Update phpunits.yaml
Signed-off-by: Maxim Babichev <[email protected]>
1 parent df76fb9 commit 3dcef38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ jobs:
160160
timeout_seconds: 15
161161
max_attempts: 3
162162
command: >-
163-
./cc-test-reporter after-build --coverage-input-type clover --exit-code 0;
164-
bash <(curl -s https://codecov.io/bash)
163+
./cc-test-reporter after-build --coverage-input-type clover --exit-code 0
165164
env:
166165
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
167166
if: ${{ steps.codeclimate-check.outputs.execute == 'true' }}

0 commit comments

Comments
 (0)