We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4396c commit c8fd658Copy full SHA for c8fd658
.github/workflows/tests.yml
@@ -35,10 +35,10 @@ jobs:
35
max_attempts: 5
36
command: composer update --prefer-dist --prefer-stable --no-interaction --no-progress --ansi
37
38
- - name: Execute tests
+ - name: Run tests
39
run: vendor/bin/phpunit --verbose --colors=always --coverage-clover ./build/logs/clover.xml
40
41
- - name: Tests coverage
+ - name: Code coverage
42
uses: codecov/codecov-action@v1
43
with:
44
file: ./build/logs/clover.xml
0 commit comments