Skip to content

Commit

Permalink
ci: fix coverage filter
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 29, 2024
1 parent 8325323 commit a317c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
os: [ubuntu-latest]
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:
- name: Install dependencies
run: composer install --no-interaction ${{ matrix.composer-options }}
- name: Run php tests
run: composer run test -- --coverage-clover=build/logs/clover.xml
run: composer run test -- --coverage-clover=build/logs/clover.xml --coverage-filter=src
- name: Send coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit a317c6d

Please sign in to comment.