Skip to content

Commit 6864b63

Browse files
authored
Merge pull request #771 from Fryguy/cleanup_for_back_merge
Cleanup files for cleaner merge backs
2 parents b65b05f + 7839e54 commit 6864b63

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
@@ -44,6 +44,6 @@ jobs:
4444
- name: Run tests
4545
run: bundle exec rake
4646
- name: Report code coverage
47-
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
47+
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}"
4848
continue-on-error: true
4949
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::Content
22

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

0 commit comments

Comments
 (0)