Skip to content

Commit

Permalink
Fix CI coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 19, 2024
1 parent 3455726 commit 03ac224
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -86,9 +86,11 @@ jobs:
- name: Validate prefer-lowest
run: if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then vendor/bin/validate-prefer-lowest -m; fi

- name: Code Coverage Report
- name: Upload coverage reports to Codecov
if: success() && matrix.php-version == '8.1'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

validation:
name: Coding Standard & Static Analysis
Expand Down

0 comments on commit 03ac224

Please sign in to comment.