File tree Expand file tree Collapse file tree 4 files changed +10
-31
lines changed
Expand file tree Collapse file tree 4 files changed +10
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- ---
21name : CI
32on :
4- push :
53 pull_request :
6- workflow_dispatch :
4+ push :
5+ branches-ignore :
6+ - dependabot/*
7+ - renovate/*
78 schedule :
89 - cron : 0 0 * * 0
10+ workflow_dispatch :
11+ concurrency :
12+ group : " ${{ github.workflow }}-${{ github.ref }}"
13+ cancel-in-progress : true
14+ permissions :
15+ contents : read
916jobs :
1017 ci :
1118 runs-on : ubuntu-latest
2431 - ' 7.0'
2532 - ' 7.1'
2633 include :
27- # Rails 7.0 and 7.1 support Ruby >= 2.7.0
2834 - ruby-version : ' 2.5'
2935 rails-version : ' 6.0'
3036 - ruby-version : ' 2.5'
3339 rails-version : ' 6.0'
3440 - ruby-version : ' 2.6'
3541 rails-version : ' 6.1'
36- # Rails 7.2 supports Ruby >= 3.1.0
3742 - ruby-version : ' 3.1'
3843 rails-version : ' 7.2'
3944 - ruby-version : ' 3.2'
4247 rails-version : ' 7.2'
4348 env :
4449 TEST_RAILS_VERSION : " ${{ matrix.rails-version }}"
45- CC_TEST_REPORTER_ID : " ${{ secrets.CC_TEST_REPORTER_ID }}"
4650 steps :
4751 - uses : actions/checkout@v6
4852 - name : Set up Ruby
5357 timeout-minutes : 30
5458 - name : Run tests
5559 run : bundle exec rake
56- - name : Report code coverage
57- if : ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
58- continue-on-error : true
59- uses : paambaati/codeclimate-action@v9
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ MoreCoreExtensions are a set of core extensions beyond those provided by ActiveS
44
55[ ![ Gem Version] ( https://badge.fury.io/rb/more_core_extensions.svg )] ( http://badge.fury.io/rb/more_core_extensions )
66[ ![ CI] ( https://github.com/ManageIQ/more_core_extensions/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/ManageIQ/more_core_extensions/actions/workflows/ci.yaml )
7- [ ![ Code Climate] ( https://codeclimate.com/github/ManageIQ/more_core_extensions.svg )] ( https://codeclimate.com/github/ManageIQ/more_core_extensions )
87[ ![ Coverage Status] ( http://img.shields.io/coveralls/ManageIQ/more_core_extensions.svg )] ( https://coveralls.io/r/ManageIQ/more_core_extensions )
98
109[ ![ Join the chat at https://gitter.im/ManageIQ/more_core_extensions ] ( https://badges.gitter.im/ManageIQ/more_core_extensions.svg )] ( https://gitter.im/ManageIQ/more_core_extensions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
You can’t perform that action at this time.
0 commit comments