Skip to content

Commit 7baf377

Browse files
authored
Merge pull request #439 from Fryguy/gha_updates
Various actions updates
2 parents 663df69 + 6c793dc commit 7baf377

4 files changed

Lines changed: 10 additions & 31 deletions

File tree

.codeclimate.yml

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

.github/workflows/ci.yaml

Lines changed: 10 additions & 9 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 * * 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
@@ -17,8 +24,6 @@ jobs:
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
@@ -29,7 +34,3 @@ jobs:
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

.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
@@ -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

0 commit comments

Comments
 (0)