Skip to content

Commit e019ada

Browse files
authored
Merge pull request #1295 from Fryguy/cleanup_for_back_merge
Cleanup files for cleaner merge backs
2 parents 466b1b0 + b5c9087 commit e019ada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
- name: Run core security tests
5151
run: bundle exec rake spec:security
5252
- name: Report code coverage
53-
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
53+
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}"
5454
continue-on-error: true
5555
uses: paambaati/codeclimate-action@v9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ManageIQ::Api
22

3-
[![CI](https://github.com/ManageIQ/manageiq-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/manageiq-api/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/ManageIQ/manageiq-api/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ManageIQ/manageiq-api/actions/workflows/ci.yaml)
44
[![Maintainability](https://api.codeclimate.com/v1/badges/9105d34929af8f8ad103/maintainability)](https://codeclimate.com/github/ManageIQ/manageiq-api/maintainability)
55
[![Test Coverage](https://api.codeclimate.com/v1/badges/9105d34929af8f8ad103/test_coverage)](https://codeclimate.com/github/ManageIQ/manageiq-api/test_coverage)
66

0 commit comments

Comments
 (0)