Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ManageIQ/manageiq-gems-pending
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a07baee2aaef213291b0c14d95710f87f1a255c
Choose a base ref
..
head repository: ManageIQ/manageiq-gems-pending
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3dd4331c7068af4bd31b66bafe3c9f62a12c6be5
Choose a head ref
Showing with 3 additions and 7 deletions.
  1. +3 −7 .github/workflows/ci.yaml
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -12,19 +12,14 @@ jobs:
strategy:
matrix:
ruby-version:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
rails-version:
- '7.0'
- '7.1'
- '7.2'
exclude:
- ruby-version: '3.0'
rails-version: '7.2'
env:
TEST_RAILS_VERSION: ${{ matrix.rails-version }}
TEST_RAILS_VERSION: "${{ matrix.rails-version }}"
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
steps:
- uses: actions/checkout@v4
@@ -37,6 +32,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' && matrix.rails-version == '7.0' }}
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
matrix.rails-version == '7.0' }}"
continue-on-error: true
uses: paambaati/codeclimate-action@v9