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: |
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user