Skip to content

Commit 7d17eaf

Browse files
added CODECOV_TOKEN
1 parent 7aafe46 commit 7d17eaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444

4545
- name: Upload code coverage
4646
uses: codecov/codecov-action@v3
47+
env:
48+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4749
with:
4850
files: coverage/php/coverage.xml
4951
if: matrix.coverage == true

0 commit comments

Comments
 (0)