We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f8ed2 commit a4d5335Copy full SHA for a4d5335
.github/workflows/run-tests.yml
@@ -38,8 +38,3 @@ jobs:
38
- name: Execute tests
39
run: |
40
vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
41
-
42
- - name: Upload coverage results to Coveralls
43
- uses: coverallsapp/github-action@master
44
- with:
45
- github-token: ${{ secrets.REPO_TOKEN }}
0 commit comments