File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 63
63
- name : Run tests
64
64
run : bundle exec rake
65
65
- name : Report code coverage
66
- if : ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' && matrix.test-suite == 'spec' }}
66
+ if : " ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
67
+ matrix.test-suite == 'spec' }}"
67
68
continue-on-error : true
68
69
uses : paambaati/codeclimate-action@v5
Original file line number Diff line number Diff line change 1
1
# ManageIQ::UI::Classic
2
2
3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/manageiq-ui-classic.svg )] ( http://badge.fury.io/rb/manageiq-ui-classic )
4
- [ ![ CI] ( https://github.com/ManageIQ/manageiq-ui-classic/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/ManageIQ/manageiq-ui-classic/actions/workflows/ci.yaml )
4
+ [ ![ CI] ( https://github.com/ManageIQ/manageiq-ui-classic/actions/workflows/ci.yaml/badge.svg?branch=master )] ( https://github.com/ManageIQ/manageiq-ui-classic/actions/workflows/ci.yaml )
5
5
[ ![ Code Climate] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic.svg )] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic )
6
6
[ ![ Test Coverage] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic/badges/coverage.svg )] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic/coverage )
7
7
[ ![ Coverage Status] ( https://coveralls.io/repos/github/ManageIQ/manageiq-ui-classic/badge.svg?branch=master )] ( https://coveralls.io/github/ManageIQ/manageiq-ui-classic?branch=master )
You can’t perform that action at this time.
0 commit comments