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 * * 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
1724 - ' 2.7'
1825 - ' 3.0'
1926 - ' 3.1'
20- env :
21- CC_TEST_REPORTER_ID : " ${{ secrets.CC_TEST_REPORTER_ID }}"
2227 steps :
2328 - uses : actions/checkout@v6
2429 - name : Set up Ruby
2934 timeout-minutes : 30
3035 - name : Run tests
3136 run : bundle exec rake
32- - name : Report code coverage
33- if : ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
34- continue-on-error : true
35- uses : paambaati/codeclimate-action@v9
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ A Ruby interface for Azure using the new REST API.
44
55[ ![ Gem Version] ( https://badge.fury.io/rb/azure-armrest.svg )] ( http://badge.fury.io/rb/azure-armrest )
66[ ![ CI] ( https://github.com/ManageIQ/azure-armrest/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/ManageIQ/azure-armrest/actions/workflows/ci.yaml )
7- [ ![ Code Climate] ( https://codeclimate.com/github/ManageIQ/azure-armrest/badges/gpa.svg )] ( https://codeclimate.com/github/ManageIQ/azure-armrest )
8- [ ![ Test Coverage] ( https://codeclimate.com/github/ManageIQ/azure-armrest/badges/coverage.svg )] ( https://codeclimate.com/github/ManageIQ/azure-armrest/coverage )
97
108[ ![ Join the chat at https://gitter.im/ManageIQ/azure-armrest ] ( https://badges.gitter.im/ManageIQ/azure-armrest.svg )] ( https://gitter.im/ManageIQ/azure-armrest?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
119
You can’t perform that action at this time.
0 commit comments