Skip to content

Add Maintainability and Test Coverage badges #106

Add Maintainability and Test Coverage badges

Add Maintainability and Test Coverage badges #106

Workflow file for this run

name: mutation testing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
- run: bundle exec rake mutant