Skip to content

Commit cbd4856

Browse files
Adds Code Coverage token
1 parent a4b47c0 commit cbd4856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484

8585
- name: Upload coverage to Codecov
8686
uses: codecov/codecov-action@v5
87+
env:
88+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8789

8890
static_analysis:
8991
name: 3️⃣ Static Analysis

0 commit comments

Comments
 (0)