Skip to content

Commit

Permalink
Revert "Add Code coverage to workflow"
Browse files Browse the repository at this point in the history
This reverts commit d015e06.
  • Loading branch information
Gandhi11 committed Feb 23, 2021
1 parent d015e06 commit ea53b7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: composer test-coverage

- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
run: composer test

- name: Execute lint
run: composer lint

0 comments on commit ea53b7d

Please sign in to comment.