We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3066245 commit 343be6eCopy full SHA for 343be6e
1 file changed
.github/workflows/php.yml
@@ -276,3 +276,7 @@ jobs:
276
277
- name: Codecov
278
uses: codecov/codecov-action@v3
279
+ with:
280
+ token: ${{ secrets.CODECOV_TOKEN }}
281
+ fail_ci_if_error: true
282
+ verbose: true
0 commit comments