We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a23a36 commit 267354eCopy full SHA for 267354e
.github/workflows/build.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: php-forge/actions/.github/workflows/codeception.yml@main
23
secrets:
24
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
25
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
26
with:
27
coverage-file: runtime/output/coverage.xml
28
extensions: gd, intl
0 commit comments