Skip to content

Commit

Permalink
Merge pull request #12695 from CocoaPods/amorde/coverage-stuff
Browse files Browse the repository at this point in the history
Remove coverage
  • Loading branch information
amorde authored Nov 10, 2024
2 parents d55fb42 + becd11f commit 8a39907
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/Specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ jobs:
fail-fast: false
matrix:
task: [SPECS]
ruby: [2.6, 2.7]
ruby: [2.6, 2.7, 3.0]
os: [ubuntu-20.04]
coverage: [0]
include:
- task: SPECS
os: macos-latest
ruby: system
- task: SPECS
os: ubuntu-20.04
ruby: 3.0
coverage: 1
- task: EXAMPLES
os: macos-14
ruby: system
Expand Down Expand Up @@ -72,11 +67,6 @@ jobs:
env:
COCOAPODS_CI_TASKS: ${{ matrix.task }}
GENERATE_COVERAGE: ${{ matrix.coverage }}
- name: Publish Code Coverage
uses: paambaati/codeclimate-action@v9.0.0
if: ${{ github.ref_name == 'master' && matrix.coverage == '1' }}
env:
CC_TEST_REPORTER_ID: 501acd9bc61d80ef6119b69ab42c52fa66cefddcc6724a1e93a79c3d3e32bf55

on:
push:
Expand Down

0 comments on commit 8a39907

Please sign in to comment.