Sha256: fb522807b2de58ce548d7351a46d0d5f30df88a38e5abcafed1d2aee3c58822a
Contents?: true
Size: 612 Bytes
Versions: 3
Compression:
Stored size: 612 Bytes
Contents
name: Code coverage on: push: branches: master pull_request: branches: - master jobs: code-climate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Install dependencies run: bundle install - name: Publish code coverage uses: paambaati/codeclimate-action@v3.2.0 with: coverageCommand: bundle exec rake env: CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_KEY }} COVERAGE: true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maid-0.10.0 | .github/workflows/coverage.yml |
maid-0.10.0.pre.alpha.3 | .github/workflows/coverage.yml |
maid-0.10.0.pre.alpha.2 | .github/workflows/coverage.yml |