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 6363 - name : Run tests
6464 run : bundle exec rake
6565 - 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' }}"
6768 continue-on-error : true
6869 uses : paambaati/codeclimate-action@v5
Original file line number Diff line number Diff line change 11# ManageIQ::UI::Classic
22
33[ ![ 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 )
55[ ![ Code Climate] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic.svg )] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic )
66[ ![ Test Coverage] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic/badges/coverage.svg )] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-classic/coverage )
77[ ![ 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