Cleanup GHA

This commit is contained in:
Daniil Gentili 2024-03-31 19:45:37 +02:00
parent 55987809a7
commit 169313c64c

View File

@ -53,21 +53,18 @@ jobs:
run: | run: |
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- name: Run mutation tests #- name: Run mutation tests
env: # env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }} # STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
run: | # run: |
infection --show-mutations # infection --show-mutations
- name: Run Psalm analysis - name: Run Psalm analysis
run: | run: |
vendor/bin/psalm.phar --shepherd vendor/bin/psalm --shepherd
- name: Upload coverage to Codecov - name: Upload coverage reports to Codecov
env: uses: codecov/codecov-action@v4.0.1
OS: ${{ matrix.os }}
PHP: ${{ matrix.php-versions }}
uses: codecov/codecov-action@v1
with: with:
file: build/logs/clover.xml token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PHP slug: danog/AsyncOrm