Skip to content

test: add coverage for matching_markets client method #28

test: add coverage for matching_markets client method

test: add coverage for matching_markets client method #28

Workflow file for this run

---
name: Validations
on: # yamllint disable-line rule:truthy
workflow_dispatch:
workflow_call:
pull_request:
jobs:
validate_ruby:
name: Ruby Tests
uses: ./.github/workflows/main.yaml
ensure_coverage:
needs: validate_ruby
name: Check SimpleCov coverage
uses: ./.github/workflows/coverage.yaml