Sha256: ce027eed04f76e3a86822826960b2f8ddf995d0e83736e22e777cf89d09b7ddf

Contents?: true

Size: 410 Bytes

Versions: 11

Compression:

Stored size: 410 Bytes

Contents

---
name: codecov
on:
  push:
    branches:
      - master
jobs:
  codecov:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-ruby@v1
        with:
          ruby-version: 2.7
      - run: bundle update
      - run: bundle exec rake
      - uses: codecov/codecov-action@v3
        with:
          file: coverage/.resultset.json
          fail_ci_if_error: true

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
sibit-0.24.0 .github/workflows/codecov.yml
sibit-0.23.1 .github/workflows/codecov.yml
sibit-0.23.0 .github/workflows/codecov.yml
loog-0.5.1 .github/workflows/codecov.yml
loog-0.5.0 .github/workflows/codecov.yml
loog-0.4.0 .github/workflows/codecov.yml
loog-0.3.1 .github/workflows/codecov.yml
total-0.4.1 .github/workflows/codecov.yml
total-0.0.0 .github/workflows/codecov.yml
total-0.4.0 .github/workflows/codecov.yml
loog-0.3.0 .github/workflows/codecov.yml