Skip to content

feat(): migrate to octocov #33

feat(): migrate to octocov

feat(): migrate to octocov #33

Workflow file for this run

name: Tests
on: pull_request
jobs:
rspec:
name: rspec tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- name: Run rspec tests
run: |
bundle exec rspec
- name: Upload coverage results
uses: actions/upload-artifact@v3
with:
include-hidden-files: 'true'
name: coverage-results
path: coverage
retention-days: 5
coverage:
needs: rspec
uses: k1LoW/octocov-action@1ad702b3118b6a055c00b01db68ca0d9f6641dbc # v1.4.0

Check failure on line 34 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
config: .octocov.yml