Skip to content

CI: Use gem "coveralls_reborn" to fix coverage errors #16

CI: Use gem "coveralls_reborn" to fix coverage errors

CI: Use gem "coveralls_reborn" to fix coverage errors #16

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version:
- '3.0'
- '3.1'
- '3.2'
gemfile:
- gemfiles/rails_6_1.gemfile
- gemfiles/rails_7_0.gemfile
- gemfiles/rails_7_1.gemfile
name: Ruby ${{ matrix.ruby_version }} / Gemfile ${{ matrix.gemfile }}
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
- name: RSpec
run: bundle exec rake