Skip to content

Commit 9e8766b

Browse files
authored
Merge pull request #624 from Fryguy/gha_updates
Various actions updates
2 parents 0d6a759 + 23ee170 commit 9e8766b

File tree

4 files changed

+10
-51
lines changed

4 files changed

+10
-51
lines changed

.codeclimate.yml

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

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
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 * * *
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
1219
strategy:
1320
matrix:
1421
ruby-version:
15-
- '3.1'
1622
- '3.3'
1723
rails-version:
1824
- '7.0'
1925
- '7.1'
2026
- '7.2'
2127
env:
2228
TEST_RAILS_VERSION: "${{ matrix.rails-version }}"
23-
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
2429
steps:
2530
- uses: actions/checkout@v6
2631
- name: Set up Ruby
@@ -31,8 +36,3 @@ jobs:
3136
timeout-minutes: 30
3237
- name: Run tests
3338
run: bundle exec rake
34-
- name: Report code coverage
35-
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
36-
matrix.rails-version == '7.0' }}"
37-
continue-on-error: true
38-
uses: paambaati/codeclimate-action@v9

.rubocop_cc.yml

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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Gem Version](https://badge.fury.io/rb/manageiq-gems-pending.svg)](http://badge.fury.io/rb/manageiq-gems-pending)
44
[![CI](https://github.com/ManageIQ/manageiq-gems-pending/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ManageIQ/manageiq-gems-pending/actions/workflows/ci.yaml)
5-
[![Code Climate](https://codeclimate.com/github/ManageIQ/manageiq-gems-pending.svg)](https://codeclimate.com/github/ManageIQ/manageiq-gems-pending)
6-
[![Test Coverage](https://codeclimate.com/github/ManageIQ/manageiq-gems-pending/badges/coverage.svg)](https://codeclimate.com/github/ManageIQ/manageiq-gems-pending/coverage)
75

86
Code extracted from ManageIQ/manageiq gems/pending directory in an effort to reduce complexity of ManageIQ/manageiq repository.
97

0 commit comments

Comments
 (0)