Sha256: 2d877d5071c2fdb9bc9fac92117668f03a68cb4134dc50adf11c0da702c8d828

Contents?: true

Size: 450 Bytes

Versions: 9

Compression:

Stored size: 450 Bytes

Contents

name: Documentation Coverage

on: [push, pull_request]

permissions:
  contents: read

env:
  CONSOLE_OUTPUT: XTerm
  COVERAGE: PartialSummary

jobs:
  validate:
    runs-on: ubuntu-latest
    
    steps:
    - uses: actions/checkout@v4
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: "3.3"
        bundler-cache: true
    
    - name: Validate coverage
      timeout-minutes: 5
      run: bundle exec bake decode:index:coverage lib

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bake-modernize-0.31.0 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.30.0 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.29.0 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.28.0 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.27.3 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.27.2 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.27.1 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.27.0 template/actions/.github/workflows/documentation-coverage.yaml
bake-modernize-0.26.0 template/actions/.github/workflows/documentation-coverage.yaml