[CI] Migrate code quality tools to Qlty (#806)

This commit is contained in:
Marc Anguera
2025-07-21 12:11:23 +02:00
committed by GitHub
parent 70ebf3779f
commit e5b826dc96
2 changed files with 5 additions and 6 deletions

View File

@ -36,8 +36,7 @@ jobs:
bundle exec rails db:setup
bundle exec rspec
- name: Publish code coverage
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
uses: qltysh/qlty-action/coverage@v1
with:
coverageLocations: ${{ github.workspace }}/coverage/coverage.json:simplecov
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
files: coverage/.resultset.json

View File

@ -1,8 +1,8 @@
# TimeOverflow
[![Build Status](https://github.com/coopdevs/timeoverflow/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/coopdevs/timeoverflow/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/f82c6d98a2441c84f2ef/maintainability)](https://codeclimate.com/github/coopdevs/timeoverflow/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f82c6d98a2441c84f2ef/test_coverage)](https://codeclimate.com/github/coopdevs/timeoverflow/test_coverage)
[![Maintainability](https://qlty.sh/gh/coopdevs/projects/timeoverflow/maintainability.svg)](https://qlty.sh/gh/coopdevs/projects/timeoverflow)
[![Code Coverage](https://qlty.sh/gh/coopdevs/projects/timeoverflow/coverage.svg)](https://qlty.sh/gh/coopdevs/projects/timeoverflow)
#### www.timeoverflow.org