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