Skip to content

Commit f00a8e1

Browse files
authored
Merge pull request #132 from Fryguy/gha_updates
Various actions updates
2 parents 46bdd0d + 12342eb commit f00a8e1

File tree

4 files changed

+10
-31
lines changed

4 files changed

+10
-31
lines changed

.codeclimate.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
---
21
name: CI
32
on:
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
916
jobs:
1017
ci:
1118
runs-on: ubuntu-latest
@@ -24,7 +31,6 @@ jobs:
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'
@@ -33,7 +39,6 @@ jobs:
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'
@@ -42,7 +47,6 @@ jobs:
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
@@ -53,7 +57,3 @@ jobs:
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

.rubocop_cc.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)