Skip to content

Update comment.

Update comment. #11

Workflow file for this run

name: Generate & Upload Code Coverage
on:
push:
branches:
- main
jobs:
test:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: head
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: paambaati/[email protected]
with:
coverageCommand: bundle exec rake
debug: true