Sha256: bbf59d692a3a9e9653429a181f8523f13fba148672e7fc4bf07265b7662e0326
Contents?: true
Size: 609 Bytes
Versions: 3
Compression:
Stored size: 609 Bytes
Contents
name: Report Test Coverage on: push: branches: [main] jobs: coverage: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: '3.0' bundler: default bundler-cache: true - uses: paambaati/codeclimate-action@v2.7.5 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: coverageCommand: bundle exec rake test coverageLocations: | ${{ github.workspace }}/test/coverage/lcov/*.lcov:lcov
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
op_connect-0.1.3 | .github/workflows/coverage.yml |
op_connect-0.1.2 | .github/workflows/coverage.yml |
op_connect-0.1.1 | .github/workflows/coverage.yml |