We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de2b84 commit ef13447Copy full SHA for ef13447
.github/workflows/tests.yaml
@@ -96,7 +96,7 @@ jobs:
96
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml
97
98
- name: Upload code coverage
99
- uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
+ uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
100
with:
101
file: build/coverage-report.xml
102
token: ${{ secrets.CODECOV_TOKEN }}
@@ -148,7 +148,7 @@ jobs:
148
149
150
151
152
153
154
0 commit comments