Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 20, 2025
1 parent e1d3cef commit ccaa3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
composer rectify
- name: "Run test suite"
run: "mv phpunit.xml.github-actions.dist phpunit.xml.dist && composer test"
- if: matrix.php-versions == '8.1'
- if: matrix.php-versions == '8.2'
name: Run mutation test
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
STRYKER_DASHBOARD_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
run: |
composer require --dev infection/infection
vendor/bin/infection
- if: matrix.php-versions == '8.1'
- if: matrix.php-versions == '8.2'
name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit ccaa3eb

Please sign in to comment.