Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading