Skip to content

chore: format rspec out as documentation by default in rake task #282

chore: format rspec out as documentation by default in rake task

chore: format rspec out as documentation by default in rake task #282

Workflow file for this run

name: coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: 0 12 * * 5
jobs:
codecov:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake spec
env:
CODE_COV: true
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}