Skip to content

Commit

Permalink
ci: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoorP committed Feb 23, 2022
1 parent bd3d12b commit 2fa3648
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress

- name: Unit Tests
run: ./vendor/bin/pest --colors=always --coverage --coverage-xml=./coverage
run: ./vendor/bin/pest --colors=always --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
env_vars: OS,PHP
directory: ./coverage

0 comments on commit 2fa3648

Please sign in to comment.