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 3e3f5ad commit 8637bdbCopy full SHA for 8637bdb
.github/workflows/continuous_integration.yml
@@ -83,5 +83,6 @@ jobs:
83
84
- name: Upload coverage results to Coveralls
85
run: php-coveralls --coverage_clover=coverage.xml -v
86
+ if: ${{ matrix.coverage }}
87
env:
88
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments