Skip to content

Commit 2e27794

Browse files
committed
Fixed missing Codecov token
1 parent 26ff430 commit 2e27794

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/actions.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
run: vendor/bin/phpunit --coverage-clover=coverage.xml
7979

8080
- name: Upload coverage to Codecov
81-
uses: codecov/codecov-action@v3
81+
uses: codecov/codecov-action@v5
8282
with:
83+
token: ${{ secrets.CODECOV_TOKEN }}
8384
files: coverage.xml
8485
fail_ci_if_error: true

0 commit comments

Comments
 (0)