Skip to content

Commit 267354e

Browse files
committed
Add CODECOV_TOKEN secret to build workflow for coverage reporting.
1 parent 5a23a36 commit 267354e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: php-forge/actions/.github/workflows/codeception.yml@main
2323
secrets:
2424
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
25+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2526
with:
2627
coverage-file: runtime/output/coverage.xml
2728
extensions: gd, intl

0 commit comments

Comments
 (0)