Skip to content

Commit 756304e

Browse files
committed
Merge pull request #223 from Fryguy/gha_updates
Various actions updates
2 parents ea9029a + a928da8 commit 756304e

4 files changed

Lines changed: 11 additions & 57 deletions

File tree

.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,18 +1,24 @@
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
services:
1824
postgres:
@@ -21,14 +27,12 @@ jobs:
2127
POSTGRESQL_USER: root
2228
POSTGRESQL_PASSWORD: smartvm
2329
POSTGRESQL_DATABASE: vmdb_test
24-
options: "--health-cmd pg_isready --health-interval 2s --health-timeout 5s
25-
--health-retries 5"
30+
options: "--health-cmd pg_isready --health-interval 2s --health-timeout 5s --health-retries 5"
2631
ports:
2732
- 5432:5432
2833
env:
2934
PGHOST: localhost
3035
PGPASSWORD: smartvm
31-
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
3236
steps:
3337
- uses: actions/checkout@v6
3438
- name: Set up system
@@ -43,7 +47,3 @@ jobs:
4347
run: bin/setup
4448
- name: Run tests
4549
run: bundle exec rake
46-
- name: Report code coverage
47-
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
48-
continue-on-error: true
49-
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::Providers::Scvmm
22

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

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

0 commit comments

Comments
 (0)