Skip to content

Commit

Permalink
Revert "Try workflow with coverage upload again"
Browse files Browse the repository at this point in the history
This reverts commit c90e014.
  • Loading branch information
Christoph Singer committed Apr 12, 2022
1 parent c90e014 commit f46c0f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: composer update --${{ matrix.dependency-version }}

- name: run tests
run: php vendor/bin/phpunit --coverage-clover=coverage.clover
# run: php vendor/bin/phpunit
# run: php vendor/bin/phpunit --coverage-clover=coverage.clover
run: php vendor/bin/phpunit

- name: upload code coverage
run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover
# - name: upload code coverage
# run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover

0 comments on commit f46c0f9

Please sign in to comment.