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 ba85825 commit af7ca01Copy full SHA for af7ca01
.github/workflows/php.yml
@@ -71,12 +71,14 @@ jobs:
71
run: composer install --prefer-dist --no-interaction --no-suggest
72
73
- name: Run test suite
74
- uses: paambaati/codeclimate-action@v9
75
- env:
76
- CC_TEST_REPORTER_ID: ${{ secrets.CC_REPORTER_ID }}
+ run: composer run-script test-coverage
+
+ - name: Upload Coverage
77
+ uses: qltysh/qlty-action/coverage@v2
78
with:
- coverageCommand: composer run-script test-coverage
79
- coverageLocations: ${{github.workspace}}/coverage.xml:clover
+ token: ${{ secrets.COVERAGE_TOKEN }}
80
+ files: ${{github.workspace}}/coverage.xml
81
+ format: clover
82
static-analysis:
83
runs-on: ubuntu-latest
84
name: Psalm
0 commit comments