[CI] Migrate code quality tools to Qlty (#806)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
# TimeOverflow
|
||||
|
||||
[](https://github.com/coopdevs/timeoverflow/actions)
|
||||
[](https://codeclimate.com/github/coopdevs/timeoverflow/maintainability)
|
||||
[](https://codeclimate.com/github/coopdevs/timeoverflow/test_coverage)
|
||||
[](https://qlty.sh/gh/coopdevs/projects/timeoverflow)
|
||||
[](https://qlty.sh/gh/coopdevs/projects/timeoverflow)
|
||||
|
||||
#### www.timeoverflow.org
|
||||
|
||||
|
||||
Reference in New Issue
Block a user