Skip to content

Commit

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

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

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit bd3d12b

Please sign in to comment.