Skip to content

refactor: fix ambiguous regexp / assertion in one of the tests #754

refactor: fix ambiguous regexp / assertion in one of the tests

refactor: fix ambiguous regexp / assertion in one of the tests #754

Workflow file for this run

name: coverage
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1.267.0
with:
ruby-version: '3.0'
- name: Install dependencies
run: gem install test-unit coveralls
- name: Run test
env:
COVERALLS: "yes"
run: ruby -Ilib exe/rake