Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Mar 6, 2024
1 parent d5ff2a7 commit 24e3d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
composer install --no-interaction --prefer-dist --no-progress
- name: Run phpunit
run: vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src/Sentry
run: vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist=src/Sentry

- name: Upload code coverage
uses: codecov/codecov-action@v3

0 comments on commit 24e3d4a

Please sign in to comment.