Skip to content

Merge pull request #302 from codegram/dependabot/bundler/rubocop-tw-1… #96

Merge pull request #302 from codegram/dependabot/bundler/rubocop-tw-1…

Merge pull request #302 from codegram/dependabot/bundler/rubocop-tw-1… #96

Workflow file for this run

---
name: coverage
on: [push, pull_request]
env:
COVERAGE: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- run: |
bundle exec rake test spinach
- uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}