Skip to content

Commit 8924fdd

Browse files
authored
Add CODECOV_TOKEN
1 parent 15433ad commit 8924fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/php-unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Send code coverage report to Codecov.io
5353
uses: codecov/codecov-action@v4
5454
with:
55+
token: ${{ secrets.CODECOV_TOKEN }}
5556
files: coverage.xml
5657

5758
- name: Mapping test

0 commit comments

Comments
 (0)