Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekX committed May 28, 2023
1 parent 7514fb0 commit fbc2beb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,9 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: xdebug

- uses: actions/checkout@v2
- name: Run tests
run: |
composer install
vendor/bin/codecept run unit --coverage-xml
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./tests/_output/coverage.xml
flags: unittests # optional
name: pql-unit-tests # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
composer test-unit

0 comments on commit fbc2beb

Please sign in to comment.