Skip to content

Commit e29ea51

Browse files
authored
Merge pull request #245 from ergebnis/dependabot/github_actions/codecov/codecov-action-5.5.1
github-actions(deps): Bump codecov/codecov-action from 5.5.0 to 5.5.1
2 parents 8199a60 + 6352c6d commit e29ea51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: "vendor/bin/phpunit --colors=always --configuration=test/Unit/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml"
118118

119119
- name: "Send code coverage report to codecov.io"
120-
uses: "codecov/codecov-action@v5.5.0"
120+
uses: "codecov/codecov-action@v5.5.1"
121121
with:
122122
files: ".build/phpunit/logs/clover.xml"
123123
token: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)