Skip to content

Commit

Permalink
notify coveralls only with one build, coveralls can't properly distin…
Browse files Browse the repository at this point in the history
…guish between different builds for the same commit as it does with Travis-CI
  • Loading branch information
mikey179 committed Feb 19, 2020
1 parent 01efd8b commit 996deb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: composer run-script test -- --coverage-text

- name: Notify Coveralls
if: matrix.php-versions == '7.3' && runner.os == 'Linux' && matrix.dependencies == 'install'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
Expand Down

0 comments on commit 996deb9

Please sign in to comment.