Skip to content

Commit bb03b8c

Browse files
Add CodeCov token (#238)
1 parent 9928cca commit bb03b8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ name: build
2525
jobs:
2626
phpunit:
2727
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
28+
secrets:
29+
codecovToken: ${{ secrets.CODECOV_TOKEN }}
2830
with:
2931
ini-values: pcov.directory=$GITHUB_WORKSPACE, pcov.exclude=#^(?!($GITHUB_WORKSPACE/config/|$GITHUB_WORKSPACE/src/)).*#
3032
os: >-

0 commit comments

Comments
 (0)