diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9f9e92..f52604e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,3 +119,5 @@ jobs: - name: Run tests with RSpec run: bundle exec rspec continue-on-error: ${{ matrix.allow_failures == 'true' }} + - name: Coveralls + uses: coverallsapp/github-action@v2