Skip to content

Commit 7cbc02f

Browse files
committed
Drop codeclimate and update to qlty
1 parent b70f15f commit 7cbc02f

File tree

3 files changed

+6
-87
lines changed

3 files changed

+6
-87
lines changed

.codeclimate.yml

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

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,7 @@ jobs:
7272
if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' &&
7373
matrix.test-suite == 'spec' }}"
7474
continue-on-error: true
75-
uses: paambaati/codeclimate-action@v9
75+
uses: qltysh/qlty-action/coverage@v2
76+
with:
77+
token: "${{ secrets.QLTY_COVERAGE_TOKEN }}"
78+
files: coverage/.resultset.json

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
[![Gem Version](https://badge.fury.io/rb/manageiq-ui-classic.svg)](http://badge.fury.io/rb/manageiq-ui-classic)
44
[![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-
[![Code Climate](https://codeclimate.com/github/ManageIQ/manageiq-ui-classic.svg)](https://codeclimate.com/github/ManageIQ/manageiq-ui-classic)
6-
[![Test Coverage](https://codeclimate.com/github/ManageIQ/manageiq-ui-classic/badges/coverage.svg)](https://codeclimate.com/github/ManageIQ/manageiq-ui-classic/coverage)
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)
5+
[![Maintainability](https://qlty.sh/gh/ManageIQ/projects/manageiq-ui-classic/maintainability.svg)](https://qlty.sh/gh/ManageIQ/projects/manageiq-ui-classic)
6+
[![Code Coverage](https://qlty.sh/gh/ManageIQ/projects/manageiq-ui-classic/coverage.svg)](https://qlty.sh/gh/ManageIQ/projects/manageiq-ui-classic)
87

98
[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq/ui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
109

0 commit comments

Comments
 (0)