Skip to content

Commit

Permalink
Add Coveralls Finished job
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed May 27, 2023
1 parent 7695d2b commit 846754b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ jobs:
run: |
wget --no-verbose "https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.3/php-coveralls.phar"
php ./php-coveralls.phar --verbose
finish:
needs: build-test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel-finished: true

0 comments on commit 846754b

Please sign in to comment.