mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Cleanup GHA
This commit is contained in:
parent
55987809a7
commit
169313c64c
23
.github/workflows/main.yml
vendored
23
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user