Skip to content

Commit 8637bdb

Browse files
committed
Send coveralls report only if coverage enabled for job
1 parent 3e3f5ad commit 8637bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@ jobs:
8383

8484
- name: Upload coverage results to Coveralls
8585
run: php-coveralls --coverage_clover=coverage.xml -v
86+
if: ${{ matrix.coverage }}
8687
env:
8788
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)