Skip to content

Commit

Permalink
Cleanup GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Mar 31, 2024
1 parent 5598780 commit 169313c
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 169313c

Please sign in to comment.