Skip to content

Commit af2c4e0

Browse files
authored
Update php.yaml
1 parent 05f8ca2 commit af2c4e0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/php.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- name: Run tests
5959
run: vendor/bin/phpunit --coverage-clover=coverage.xml
6060

61-
- name: Run codecov
62-
uses: codecov/codecov-action@v1
63-
with:
64-
file: './coverage.xml'
65-
fail_ci_if_error: true
61+
- name: Upload coverage reports to Codecov
62+
uses: codecov/[email protected]
63+
env:
64+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)