Skip to content

Commit

Permalink
Add CodeCov token (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger authored Jan 27, 2025
1 parent 9928cca commit bb03b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ name: build
jobs:
phpunit:
uses: yiisoft/actions/.github/workflows/phpunit.yml@master
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
with:
ini-values: pcov.directory=$GITHUB_WORKSPACE, pcov.exclude=#^(?!($GITHUB_WORKSPACE/config/|$GITHUB_WORKSPACE/src/)).*#
os: >-
Expand Down

0 comments on commit bb03b8c

Please sign in to comment.