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 cae4715 commit 0908a94Copy full SHA for 0908a94
.github/workflows/scaffold-test.yml
@@ -79,7 +79,7 @@ jobs:
79
if-no-files-found: error
80
81
- name: Upload coverage report to Codecov
82
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
83
if: ${{ env.CODECOV_TOKEN != '' }}
84
with:
85
directory: ./.scaffold-coverage-html
.github/workflows/test.yml
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
129
files: ./.logs/coverage/phpunit/cobertura.xml
0 commit comments