diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 567fbd7d..e1f0726e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,3 +106,15 @@ jobs: run: bundle exec rspec -f doc --color env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile + + + finish: + needs: test + runs-on: ubuntu-latest + steps: + + - name: Report completion to Coveralls + uses: coverallsapp/github-action@v1 + with: + github-token: ${{ secrets.github_token }} + parallel-finished: true