Skip to content

Commit

Permalink
Try workflow with coverage upload again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Apr 12, 2022
1 parent fe91517 commit c90e014
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 c90e014

Please sign in to comment.