We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab1b0e commit 91e37a1Copy full SHA for 91e37a1
2 files changed
.github/workflows/build.yml
@@ -30,9 +30,9 @@ jobs:
30
- uses: php-actions/composer@v1
31
- uses: nanasess/setup-php@master
32
- uses: php-actions/phpunit@v9
33
- with:
34
- configuration: ./phpunit.xml
35
- args: --coverage-text
+# with:
+# configuration: ./phpunit.xml
+# args: --coverage-text
36
37
- name: Publish to codecov
38
run: bash <(curl -s https://codecov.io/bash)
.github/workflows/ci.yml
@@ -26,9 +26,9 @@ jobs:
26
27
28
29
0 commit comments