Skip to content

Commit

Permalink
Report completion to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDaugherty committed Nov 4, 2020
1 parent f8c07ff commit c52a06a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c52a06a

Please sign in to comment.