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