We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6735a5c commit a5997bcCopy full SHA for a5997bc
.github/workflows/phpci.yaml
@@ -36,12 +36,12 @@ jobs:
36
- name: Execute tests (Unit and Feature tests) via PHPUnit
37
run: make test-coverage
38
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
+ # - name: Upload coverage to Codecov
+ # uses: codecov/codecov-action@v4
+ # with:
+ # token: ${{ secrets.CODECOV_TOKEN }}
+ # file: build/logs/clover.xml
+ # fail_ci_if_error: true
45
46
deploy:
47
needs: build
0 commit comments