Skip to content

bin/tapioca annotations #875

bin/tapioca annotations

bin/tapioca annotations #875

Workflow file for this run

---
name: Ruby
'on':
push:
branches:
- main
pull_request:
jobs:
Ruby-CI:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.3', '3.4', '3.5']
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle install
- name: Run tests
run: bundle exec rake
- name: Upload to Codecov
uses: codecov/codecov-action@v5
with:
files: coverage/coverage.xml