mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix: Use rolling tag (#946)
This commit is contained in:
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml --testsuite=unit"
|
||||
|
||||
- name: "Send code coverage report to codecov.io"
|
||||
uses: "codecov/codecov-action@v4.0.1"
|
||||
uses: "codecov/codecov-action@v4"
|
||||
with:
|
||||
files: ".build/phpunit/logs/clover.xml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user