Skip to content

Commit 7a4e44d

Browse files
committed
ci: add Codecov token to the workflow
1 parent 8dc01b2 commit 7a4e44d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
run: "./vendor/bin/phpunit --colors=always --coverage-clover build/logs/clover.xml --coverage-text"
7979
- name: "Publish coverage report to Codecov"
8080
uses: "codecov/codecov-action@v5"
81+
with:
82+
token: ${{ secrets.CODECOV_TOKEN }}
8183

8284
unit-tests:
8385
name: "Unit Tests"

0 commit comments

Comments
 (0)