File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 * * *
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
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
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments