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 36d9ee9 commit fd190deCopy full SHA for fd190de
.github/workflows/ci.yml
@@ -17,12 +17,15 @@ jobs:
17
with:
18
version: 2.5.5
19
20
- - name: Test & Coverage
+ - name: Run Tests
21
+ run: ./.github/scripts/run-phpunit.sh
22
+
23
+ - name: Upload coverage
24
uses: qltysh/qlty-action/coverage@v2
25
26
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
27
files: coverage/clover.xml
- command: ./.github/scripts/run-phpunit.sh
28
+ command: publish
29
verbose: true
30
31
- name: Clean up GitHub workspace
0 commit comments