Skip to content

Commit

Permalink
Switch to path coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed May 10, 2024
1 parent 4001892 commit 0b8a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Execute tests
run: vendor/bin/phpunit --testsuite=default
- name: Execute tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src
run: vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src --path-coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 0b8a8bd

Please sign in to comment.