Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Apr 12, 2024
1 parent 0e14948 commit fa754a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ name: build
jobs:
phpunit:
uses: yiisoft/actions/.github/workflows/phpunit.yml@fix-phpunit-codecov
secrets:
codecovToken: ${{ secrets.CODECOV_TOKEN }}
with:
ini-values: pcov.directory=$GITHUB_WORKSPACE, pcov.exclude=#^(?!($GITHUB_WORKSPACE/config/|$GITHUB_WORKSPACE/src/)).*#
codecovToken: ${{ secrets.CODECOV_TOKEN }}
os: >-
['ubuntu-latest', 'windows-latest']
php: >-
Expand Down

0 comments on commit fa754a3

Please sign in to comment.