Sha256: da8a0ebf616c83eb7d57130d755c4f8c3c91bee71fc5c5ccd10417ace76789d1

Contents?: true

Size: 530 Bytes

Versions: 10

Compression:

Stored size: 530 Bytes

Contents

name: coverage

on: [push, pull_request]

jobs:
  coverage:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby 3.0
        uses: actions/setup-ruby@v1
        with:
          ruby-version: '3.0'
      - name: Build and test with Rake
        run: |
          gem install bundler
          bundle install
          bundle exec rake
      - name: Coveralls GitHub Action
        uses: coverallsapp/github-action@v1.1.2
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fluent-plugin-opensearch-1.0.9 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.8 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.7 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.6 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.5 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.4 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.3 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.2 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.1 .github/workflows/coverage.yaml
fluent-plugin-opensearch-1.0.0 .github/workflows/coverage.yaml