Skip to content

Commit e5b826d

Browse files
authored
[CI] Migrate code quality tools to Qlty (#806)
1 parent 70ebf37 commit e5b826d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
bundle exec rails db:setup
3737
bundle exec rspec
3838
- name: Publish code coverage
39-
uses: paambaati/codeclimate-action@v3.2.0
40-
env:
41-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
39+
uses: qltysh/qlty-action/coverage@v1
4240
with:
43-
coverageLocations: ${{ github.workspace }}/coverage/coverage.json:simplecov
41+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
42+
files: coverage/.resultset.json

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# TimeOverflow
22

33
[![Build Status](https://github.com/coopdevs/timeoverflow/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/coopdevs/timeoverflow/actions)
4-
[![Maintainability](https://api.codeclimate.com/v1/badges/f82c6d98a2441c84f2ef/maintainability)](https://codeclimate.com/github/coopdevs/timeoverflow/maintainability)
5-
[![Test Coverage](https://api.codeclimate.com/v1/badges/f82c6d98a2441c84f2ef/test_coverage)](https://codeclimate.com/github/coopdevs/timeoverflow/test_coverage)
4+
[![Maintainability](https://qlty.sh/gh/coopdevs/projects/timeoverflow/maintainability.svg)](https://qlty.sh/gh/coopdevs/projects/timeoverflow)
5+
[![Code Coverage](https://qlty.sh/gh/coopdevs/projects/timeoverflow/coverage.svg)](https://qlty.sh/gh/coopdevs/projects/timeoverflow)
66

77
#### www.timeoverflow.org
88

0 commit comments

Comments
 (0)