Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Oct 31, 2024
1 parent df1dd86 commit 57d0e2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ansi-mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ jobs:

- name: Run tests with phpunit with code coverage.
run: vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always --display-warnings --display-deprecations
env:
ENVIRONMENT: ci
YII_MYSQL_DATABASE: yiitest
YII_MYSQL_HOST: 127.0.0.1
YII_MYSQL_PORT: 3306
YII_MYSQL_USER: root
YII_MYSQL_PASSWORD: ''

- name: Upload coverage to Codecov.
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 57d0e2d

Please sign in to comment.