Skip to content

Commit a5997bc

Browse files
authored
Update phpci.yaml
1 parent 6735a5c commit a5997bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/phpci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
- name: Execute tests (Unit and Feature tests) via PHPUnit
3737
run: make test-coverage
3838

39-
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v4
41-
with:
42-
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
43-
file: build/logs/clover.xml
44-
fail_ci_if_error: true
39+
# - name: Upload coverage to Codecov
40+
# uses: codecov/codecov-action@v4
41+
# with:
42+
# token: ${{ secrets.CODECOV_TOKEN }}
43+
# file: build/logs/clover.xml
44+
# fail_ci_if_error: true
4545

4646
deploy:
4747
needs: build

0 commit comments

Comments
 (0)