Skip to content

Commit dcb36f8

Browse files
authored
Merge pull request #823 from Fryguy/gha_updates
Various actions updates
2 parents 456eb70 + a989b4c commit dcb36f8

File tree

4 files changed

+11
-57
lines changed

4 files changed

+11
-57
lines changed

.codeclimate.yml

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

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 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 * * *
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,14 +31,12 @@ jobs:
2431
POSTGRESQL_USER: root
2532
POSTGRESQL_PASSWORD: smartvm
2633
POSTGRESQL_DATABASE: vmdb_test
27-
options: "--health-cmd pg_isready --health-interval 2s --health-timeout 5s
28-
--health-retries 5"
34+
options: "--health-cmd pg_isready --health-interval 2s --health-timeout 5s --health-retries 5"
2935
ports:
3036
- 5432:5432
3137
env:
3238
PGHOST: localhost
3339
TEST_RAILS_VERSION: "${{ matrix.rails-version }}"
34-
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
3540
steps:
3641
- uses: actions/checkout@v6
3742
- name: Set up Ruby
@@ -44,8 +49,3 @@ jobs:
4449
run: bin/setup
4550
- name: Run tests
4651
run: bundle exec rake
47-
- name: Report code coverage
48-
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
49-
matrix.rails-version == '7.2' }}"
50-
continue-on-error: true
51-
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
@@ -1,8 +1,6 @@
11
# ManageIQ::Schema
22

33
[![CI](https://github.com/ManageIQ/manageiq-schema/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ManageIQ/manageiq-schema/actions/workflows/ci.yaml)
4-
[![Maintainability](https://api.codeclimate.com/v1/badges/f7888b08eb72806b2860/maintainability)](https://codeclimate.com/github/ManageIQ/manageiq-schema/maintainability)
5-
[![Test Coverage](https://api.codeclimate.com/v1/badges/f7888b08eb72806b2860/test_coverage)](https://codeclimate.com/github/ManageIQ/manageiq-schema/test_coverage)
64

75
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-schema?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
86

0 commit comments

Comments
 (0)